Skip to content

Commit

Permalink
add additional migration to test
Browse files Browse the repository at this point in the history
  • Loading branch information
GilmoreA6 committed Nov 12, 2024
1 parent 3c22c19 commit 1609278
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etor/databaseMigrations/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,17 @@ databaseChangeLog:
- column:
name: test_column
type: varchar(427)

- changeSet:
id: 8
author: GilmoreA6
labels: test-rollback-2
context: metadata
comment: testing migration rollback 2
changes:
- addColumn:
tableName: metadata
columns: # testing rollback
- column:
name: test_column_two
type: varchar(427)

0 comments on commit 1609278

Please sign in to comment.