3 lines
92 B
SQL
3 lines
92 B
SQL
-- Downgrade script for creating the 'auth' table
|
|
DROP TABLE auths;
|
|
DROP TABLE auth_configs; |