Skip to content

Commit

Permalink
i have 1 braincell left
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 24, 2024
1 parent 7c4d055 commit 4c7c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/20240224135649_fix_mod_version_cached.down.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Add down migration script here

alter table mod_downloads add column if not exists last_download_cache_refresh timestamptz;
alter table mod_versions drop column if exists last_download_cache_refresh timestamptz;
alter table mod_versions drop column if exists last_download_cache_refresh;
2 changes: 1 addition & 1 deletion migrations/20240224135649_fix_mod_version_cached.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Add up migration script here

alter table mod_downloads drop column if exists last_download_cache_refresh timestamptz;
alter table mod_downloads drop column if exists last_download_cache_refresh;
alter table mod_versions add column if not exists last_download_cache_refresh timestamptz;

0 comments on commit 4c7c2ba

Please sign in to comment.