1
0
Fork 0
ncpn/migrations/20240416191149_create-link-file.down.sql

4 lines
85 B
SQL

DROP TABLE IF EXISTS file_key;
DROP TABLE IF EXISTS file;
DROP TABLE IF EXISTS link;