last_scaled may not be null
It defaults to the creation timestamp
This commit is contained in:
parent
851916b087
commit
62bdcb6cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
")"
|
")"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue