mirror of
https://github.com/norohind/jubilant-system.git
synced 2025-06-17 14:50:58 +03:00
Fix no if not exists for new index
This commit is contained in:
parent
b904e6fe8f
commit
93ecd24c51
@ -101,7 +101,7 @@ where inserted_timestamp in (
|
|||||||
group by squad_id)
|
group by squad_id)
|
||||||
group by squad_id;
|
group by squad_id;
|
||||||
|
|
||||||
create index idx_squads_states_0 on squads_states (squad_id);
|
create index if not exists idx_squads_states_0 on squads_states (squad_id);
|
||||||
|
|
||||||
create view if not exists squads_view_2
|
create view if not exists squads_view_2
|
||||||
as
|
as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user