chore: heygermany customer project
This commit is contained in:
8
db/sqlite/0002-backend-translation.sql
Normal file
8
db/sqlite/0002-backend-translation.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS "backend_translation" (
|
||||
"locale" TEXT NOT NULL,
|
||||
"namespace" TEXT NOT NULL,
|
||||
"content_json" JSON NOT NULL,
|
||||
"created_at" TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updated_at" TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY ("locale", "namespace")
|
||||
);
|
||||
Reference in New Issue
Block a user