Skip to content

Commit

Permalink
fix: sub org column be able null
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 11, 2022
1 parent 7278619 commit c10f6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE earnings ADD sub_organization uuid NOT NULL;
ALTER TABLE earnings ADD sub_organization uuid NULL;

0 comments on commit c10f6da

Please sign in to comment.