Skip to content

Commit

Permalink
feat(asset): change migration update
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Luthfi Fahlevi committed Aug 8, 2024
1 parent cd81a69 commit ebb14c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.

This file was deleted.

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;

0 comments on commit ebb14c7

Please sign in to comment.