Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed May 17, 2024
1 parent 1a234e7 commit 673af56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/db/0014.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
begin;
lock radar_result;
delete from radar_result where run_id is null;
alter table radar_result alter column run_id set not null;
commit;

0 comments on commit 673af56

Please sign in to comment.