lemmy/server/migrations/2020-09-07-231141_add_migration_utils
eday 26816b9366 db: add utils schema/funcs for view handling qol
Creates a new "utils" db schema with a simple table and two functions under "utils".  The functions take a 'schema' and 'table'- One will get all dependent views and save the ddl, the other will execute stored ddl skipping errors.  Mostly for QOL with testing migrations and making migration files smaller
2020-09-13 22:58:13 -04:00
..
down.sql db: add utils schema/funcs for view handling qol 2020-09-13 22:58:13 -04:00
up.sql db: add utils schema/funcs for view handling qol 2020-09-13 22:58:13 -04:00