feat: backend MVP (auth/rbac, catalog, orders, fulfillment, invoices) + specs + scaffolds
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||