forked from retoor/devplacepy
ticket #150 attempt 2
This commit is contained in:
@@ -147,6 +147,9 @@ def init_db():
|
||||
("is_private", 0),
|
||||
("read_only", 0),
|
||||
("updated_at", ""),
|
||||
("title", ""),
|
||||
("description", ""),
|
||||
("status", ""),
|
||||
):
|
||||
if not projects.has_column(column):
|
||||
projects.create_column_by_example(column, example)
|
||||
|
||||
Reference in New Issue
Block a user