Skip to content

Commit

Permalink
Drop user_id column in user_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 21, 2023
1 parent 537ee48 commit 36f6e30
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ databaseChangeLog:
initiallyDeferred: false
referencedColumnNames: id
referencedTableName: users
validate: true
validate: true
- dropColumn:
columns:
- column:
name: user_id
tableName: user_metrics

0 comments on commit 36f6e30

Please sign in to comment.