Skip to content

Commit

Permalink
Added the index query to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeetha-Bheeman committed Oct 18, 2022
1 parent f63fbc0 commit 90f9cbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions baracoda/sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ CREATE TABLE child_barcode_counter
PRIMARY KEY (barcode)
);

DROP INDEX IF EXISTS barcodes_group_id_index;
CREATE INDEX barcodes_group_id_index ON barcodes(barcodes_group_id);

DROP TABLE IF EXISTS alembic_version;
CREATE TABLE alembic_version
(
Expand Down

0 comments on commit 90f9cbe

Please sign in to comment.