We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d42268 commit c22db36Copy full SHA for c22db36
1 file changed
OConnor/resources/schemas/dbscripts/postgresql/oconnor-26.001-26.002.sql
@@ -3,5 +3,5 @@ DROP INDEX oconnor.key;
3
-- Dropping experiment_db_experiment_number_key [experiment_number] because it overlaps with pk_experiment_db [experiment_number]
4
DROP INDEX oconnor.experiment_db_experiment_number_key;
5
-- Dropping unique index because pk_experiment_db [experiment_number] overlaps it with a smaller column set. Not bothering
6
--- to convert this unique index to a non-unique index because it has 11 columns, which is an absurd.
+-- to convert this unique index to a non-unique index because it has 11 columns, which is absurd.
7
DROP INDEX oconnor.experiment_db_experiment_number_created_createdby_description_t;
0 commit comments