2025-01-17 19:44:36 +05:00

13 lines
335 B
SQL

/*
Warnings:
- You are about to drop the `baseSettings` table. If the table is not empty, all the data it contains will be lost.
- You are about to drop the `urlSettings` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropTable
DROP TABLE `baseSettings`;
-- DropTable
DROP TABLE `urlSettings`;