Skip to content

Commit b6da2c9

Browse files
committed
add column
1 parent 0faabee commit b6da2c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ configs:
66
id TEXT PRIMARY KEY, -- eindeutige Film-ID
77
data JSONB NOT NULL, -- JSON-Daten des Films
88
created_at TIMESTAMPTZ NOT NULL DEFAULT now(),
9+
last_seen TIMESTAMPTZ NOT NULL DEFAULT now().
910
last_update TIMESTAMPTZ NOT NULL DEFAULT now(),
1011
last_url_check TIMESTAMPTZ NOT NULL DEFAULT now()
1112
);

0 commit comments

Comments
 (0)