Skip to content

Commit

Permalink
feat(admin): mark all users in the building as outside (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksa Siriški <[email protected]>
  • Loading branch information
MikMik1011 and aleksasiriski authored Jan 3, 2025
1 parent 3841971 commit ad1edeb
Show file tree
Hide file tree
Showing 10 changed files with 625 additions and 7 deletions.
2 changes: 2 additions & 0 deletions drizzle/0007_aspiring_zombie.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "person_entry" ALTER COLUMN "creator" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "person_exit" ALTER COLUMN "creator" DROP NOT NULL;
Loading

0 comments on commit ad1edeb

Please sign in to comment.