We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cd092 commit 2508111Copy full SHA for 2508111
crates/watchdog/src/schema.sql
@@ -77,7 +77,7 @@ CREATE TABLE IF NOT EXISTS build_deploys (
77
build_id TEXT NOT NULL,
78
-- Values: "canary", "ptb", "stable", "development"
79
branch TEXT NOT NULL,
80
- detected_at TEXT NOT NULL DEFAULT (strftime('%Y-%m-%d %H:%M:%f')),
+ detected_at INTEGER NOT NULL DEFAULT (strftime('%s')),
81
82
FOREIGN KEY (build_id) REFERENCES builds(build_id)
83
);
0 commit comments