This website requires JavaScript.
Explore
Help
Sign in
nebkor
/
what2watch
Watch
1
Star
0
Fork
You've already forked what2watch
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
main
what2watch
/
migrations
/
20240116054222_users_and_invites.down.sql
3 lines
74 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
redo migrations
2024-01-17 04:21:38 +00:00
drop
table
if
exists
invites
;
reorder table drops to respect fk constraints
2024-01-27 21:42:40 +00:00
drop
table
if
exists
users
;
-- must be last
Reference in a new issue
Copy permalink