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