13 lines
335 B
SQL
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`;
|