Quick question on database init scripts. I see tw...
# all-things-deployment
g
Quick question on database init scripts. I see two relevant for us, one for MySQL and one for MariaDB. The MariaDB one seems to just not create the database or the
metadata_index
table. Am I right that it's just slightly out of date? Or is there some reason MariaDB actually doesn't need that?
b
Metadata_index is no longer in use, it's always been an empty table in mysql for my instance
👍 1