ticket #150 attempt 2
Some checks failed
DevPlace CI / test (pull_request) Failing after 55m28s
Some checks failed
DevPlace CI / test (pull_request) Failing after 55m28s
This commit is contained in:
parent
9d14149f62
commit
f44e3d1db8
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user