last_scaled may not be null

It defaults to the creation timestamp
This commit is contained in:
Stéphane Bidoul 2021-10-31 17:02:43 +01:00
parent 851916b087
commit 62bdcb6cd6
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -38,7 +38,7 @@ class BuildsDb:
" desired_replicas INTEGER NOT NULL," " desired_replicas INTEGER NOT NULL,"
" status TEXT NOT NULL, " " status TEXT NOT NULL, "
" init_status TEXT NOT NULL, " " init_status TEXT NOT NULL, "
" last_scaled TEXT, " " last_scaled TEXT NOT NULL, "
" created TEXT NOT NULL" " created TEXT NOT NULL"
")" ")"
) )