Esteves Enzo commited on
Commit
35a7976
·
1 Parent(s): f25f661

update build

Browse files
prisma/migrations/20231027143238_init/migration.sql ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ -- CreateTable
2
+ CREATE TABLE "Image" (
3
+ "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
4
+ "prompt" TEXT NOT NULL,
5
+ "blob" BLOB 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"