Skip to content

Commit

Permalink
Add created at property and fix airspace dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Feb 3, 2025
1 parent 4d1d5c6 commit 6a403c5
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 114 deletions.
2 changes: 2 additions & 0 deletions drizzle/0004_zippy_zarek.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "airspace_static_element_groups" ADD COLUMN "created_at" timestamp DEFAULT now();--> statement-breakpoint
ALTER TABLE "auth_user" ADD COLUMN "created_at" timestamp DEFAULT now();
Loading

0 comments on commit 6a403c5

Please sign in to comment.