This website requires JavaScript.
Explore
Help
Sign in
grishka
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
126c6a23bb
lemmy
/
migrations
/
2020-09-07-231141_add_migration_utils
/
down.sql
1 line
26 B
MySQL
Raw
Normal View
History
Unescape
Escape
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-08 00:23:49 +00:00
drop
schema
utils
cascade
;
Reference in a new issue
Copy permalink