Skip to content

Commit

Permalink
testing db migration rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
GilmoreA6 committed Nov 12, 2024
1 parent b68d24f commit 50ec73e
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 @@ -168,3 +168,17 @@ databaseChangeLog:
- dropColumn:
tableName: metadata
columnName: receiver

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

0 comments on commit 50ec73e

Please sign in to comment.