Spaces:
Running
Running
test
Browse files
prisma/dev.db
CHANGED
Binary files a/prisma/dev.db and b/prisma/dev.db differ
|
|
prisma/dev.db-journal
ADDED
Binary file (8.72 kB). View file
|
|
prisma/migrations/20240830141438_deploy/migration.sql
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-- CreateTable
|
2 |
+
CREATE TABLE "Quote" (
|
3 |
+
"id" TEXT NOT NULL PRIMARY KEY,
|
4 |
+
"hf_user" TEXT NOT NULL,
|
5 |
+
"text" TEXT NOT NULL
|
6 |
+
);
|
prisma/migrations/migration_lock.toml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Please do not edit this file manually
|
2 |
+
# It should be added in your version-control system (i.e. Git)
|
3 |
+
provider = "sqlite"
|