We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6021c03 commit 7592408Copy full SHA for 7592408
qiita_db/support_files/patches/python_patches/25.py
@@ -93,6 +93,10 @@
93
94
--- Drop the study_raw__data table as it's not longer used
95
DROP TABLE qiita.study_raw_data;
96
+
97
+-- The raw_data_id column now can be nullable
98
+ALTER TABLE qiita.prep_template
99
+ ALTER COLUMN raw_data_id DROP NOT NULL;
100
"""
101
conn_handler.add_to_queue(queue, sql)
102
conn_handler.execute_queue(queue)
0 commit comments