diff --git a/apps/database/drizzle/0002_soft_lilith.sql b/apps/database/drizzle/0002_soft_lilith.sql new file mode 100644 index 0000000..0fb4af5 --- /dev/null +++ b/apps/database/drizzle/0002_soft_lilith.sql @@ -0,0 +1,4 @@ +DROP TABLE "account";--> statement-breakpoint +DROP TABLE "session";--> statement-breakpoint +DROP TABLE "user";--> statement-breakpoint +DROP TABLE "verificationToken"; \ No newline at end of file diff --git a/apps/database/drizzle/meta/0002_snapshot.json b/apps/database/drizzle/meta/0002_snapshot.json new file mode 100644 index 0000000..4db0057 --- /dev/null +++ b/apps/database/drizzle/meta/0002_snapshot.json @@ -0,0 +1,83 @@ +{ + "id": "85868c6b-5657-45c8-a26c-e17cd20787fb", + "prevId": "63e42e23-78aa-4b67-96a2-9b1bc6bf15c8", + "version": "5", + "dialect": "pg", + "tables": { + "guideFeedback": { + "name": "guideFeedback", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "text", + "primaryKey": true, + "notNull": true + }, + "feedback": { + "name": "feedback", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "route": { + "name": "route", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "inputText": { + "name": "inputText", + "type": "text", + "primaryKey": false, + "notNull": false + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {} + }, + "jobsList": { + "name": "jobsList", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "bigserial", + "primaryKey": true, + "notNull": true + }, + "name": { + "name": "name", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "steps": { + "name": "steps", + "type": "json", + "primaryKey": false, + "notNull": true + }, + "sernbinid": { + "name": "sernbinid", + "type": "text", + "primaryKey": false, + "notNull": true + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {} + } + }, + "enums": {}, + "schemas": {}, + "_meta": { + "columns": {}, + "schemas": {}, + "tables": {} + } +} \ No newline at end of file diff --git a/apps/database/drizzle/meta/_journal.json b/apps/database/drizzle/meta/_journal.json index eb26d94..857b810 100644 --- a/apps/database/drizzle/meta/_journal.json +++ b/apps/database/drizzle/meta/_journal.json @@ -15,6 +15,13 @@ "when": 1709334685582, "tag": "0001_burly_carnage", "breakpoints": true + }, + { + "idx": 2, + "version": "5", + "when": 1711311565795, + "tag": "0002_soft_lilith", + "breakpoints": true } ] } \ No newline at end of file