checkpoint
This commit is contained in:
parent
24281a6322
commit
5dc89497c6
16 changed files with 1427 additions and 15 deletions
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the `knex_migrations` table. If the table is not empty, all the data it contains will be lost.
|
||||
- You are about to drop the `knex_migrations_lock` table. If the table is not empty, all the data it contains will be lost.
|
||||
|
||||
*/
|
||||
-- DropTable
|
||||
DROP TABLE "public"."knex_migrations";
|
||||
|
||||
-- DropTable
|
||||
DROP TABLE "public"."knex_migrations_lock";
|
Loading…
Add table
Add a link
Reference in a new issue