Skip to content
Snippets Groups Projects
Commit 1e201e2c authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/db_creation.py: modification of create_cin_project_tf_table...

src/db_utils/db_creation.py: modification of create_cin_project_tf_table function to add a new column : knock_method
parent e4cc39e5
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ def create_cin_project_tf_table(conn: sqlite3.Connection) -> None:
[db_id_project] VARCHAR(15) NOT NULL,
[tf_name] VARCHAR(45) NOT NULL,
[cl_name] VARCHAR(45) NOT NULL,
[knock_method] VARCHAR(20) NOT NULL,
PRIMARY KEY ([id]))''')
conn.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment