Skip to content

Commit

Permalink
Add payment gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonfrank committed Mar 29, 2024
1 parent 0132432 commit 5b5074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/db/migration/V3__add_slug_to_eventType.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- ALTER TABLE tbl_event_type ADD COLUMN slug VARCHAR(255) DEFAULT 'default_value' NOT NULL UNIQUE;
ALTER TABLE tbl_event_type ADD COLUMN slug VARCHAR(255) DEFAULT 'default_value' NOT NULL UNIQUE;

-- CREATE INDEX slug_index ON tbl_event_type (slug);
CREATE INDEX slug_index ON tbl_event_type (slug);

0 comments on commit 5b5074a

Please sign in to comment.