Skip to content

Commit 7392a59

Browse files
committed
fix: terrible migration, ignore that
1 parent b032697 commit 7392a59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/map-service/internal/db/migrations/000018_maps_spawn_point_to_jsonb.sql renamed to services/map-service/internal/db/migrations/000018_maps_spawn_point_to_jsonb.up.sql

File renamed without changes.

services/map-service/internal/db/migrations/000019_clear_rate_not_win_count.sql renamed to services/map-service/internal/db/migrations/000019_clear_rate_not_win_count.up.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
drop view if exists maps_published;
2+
13
create or replace view maps_published as
24
select m.id,
35
m.owner,

0 commit comments

Comments
 (0)