Files
YouduWiki/backend/store/pg/migration/000015_create_auth.down.sql
2026-05-21 19:52:45 +08:00

3 lines
92 B
SQL

-- Downgrade script for creating the 'auth' table
DROP TABLE auths;
DROP TABLE auth_configs;