Create DB migrations for users table

This commit is contained in:
2024-01-16 22:25:17 -05:00
parent b78d7d8598
commit a614bda4ab
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
DROP TABLE users;