We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faabee commit b6da2c9Copy full SHA for b6da2c9
1 file changed
src/main/docker/docker-compose.yml
@@ -6,6 +6,7 @@ configs:
6
id TEXT PRIMARY KEY, -- eindeutige Film-ID
7
data JSONB NOT NULL, -- JSON-Daten des Films
8
created_at TIMESTAMPTZ NOT NULL DEFAULT now(),
9
+ last_seen TIMESTAMPTZ NOT NULL DEFAULT now().
10
last_update TIMESTAMPTZ NOT NULL DEFAULT now(),
11
last_url_check TIMESTAMPTZ NOT NULL DEFAULT now()
12
);
0 commit comments