mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
bug fix: docker graph 'created_at' and 'updated_at' type mismatch
This commit is contained in:
parent
33e77084f1
commit
a34ef42aee
4
init.sql
4
init.sql
@ -80,8 +80,8 @@ CREATE TABLE IF NOT EXISTS graphs (
|
||||
graph_metadata JSONB DEFAULT '{}',
|
||||
document_ids JSONB DEFAULT '[]',
|
||||
filters JSONB DEFAULT NULL,
|
||||
created_at TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP,
|
||||
created_at VARCHAR,
|
||||
updated_at VARCHAR,
|
||||
owner JSONB DEFAULT '{}',
|
||||
access_control JSONB DEFAULT '{"readers": [], "writers": [], "admins": []}'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user