forked from raystack/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(asset): change migration update
- Loading branch information
Muhammad Luthfi Fahlevi
committed
Aug 8, 2024
1 parent
cd81a69
commit ebb14c7
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
internal/store/postgres/migrations/000019_alter_asset_table_refreshed_at.down.sql
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
internal/store/postgres/migrations/000019_alter_asset_table_refreshed_at.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ALTER TABLE assets DROP COLUMN IF EXISTS refreshed_at; | ||
ALTER TABLE assets ADD COLUMN IF NOT EXISTS refreshed_at TIMESTAMP; |