mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-25 11:45:32 +02:00
- Fix duplicate db import in PostgreSQL migration scripts
- Fix FormLabel syntax in user creation page - Add missing SidebarNavItem type properties (autoExpand, children) - Update SidebarNav component to handle nested navigation - Successfully build both SQLite and PostgreSQL images
This commit is contained in:
parent
a140f27d04
commit
c3a1e082f1
9 changed files with 139 additions and 283 deletions
|
@ -1,4 +1,3 @@
|
|||
import { db } from "@server/db/pg";
|
||||
import { db } from "@server/db/pg/driver";
|
||||
import { sql } from "drizzle-orm";
|
||||
const version = "1.7.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue