ticket #150 attempt 2
Some checks failed
DevPlace CI / test (pull_request) Failing after 55m28s

This commit is contained in:
Typosaurus 2026-07-28 13:33:07 +00:00
parent 9d14149f62
commit f44e3d1db8

View File

@ -147,6 +147,9 @@ def init_db():
("is_private", 0), ("is_private", 0),
("read_only", 0), ("read_only", 0),
("updated_at", ""), ("updated_at", ""),
("title", ""),
("description", ""),
("status", ""),
): ):
if not projects.has_column(column): if not projects.has_column(column):
projects.create_column_by_example(column, example) projects.create_column_by_example(column, example)