Merge branch 'develop' of https://github.com/Huskydog9988/drop into more-stuff

This commit is contained in:
Huskydog9988
2025-05-07 18:45:36 -04:00
22 changed files with 560 additions and 204 deletions
+1
View File
@@ -1,5 +1,6 @@
enum AuthMec {
Simple
OpenID
}
model LinkedAuthMec {
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "AuthMec" ADD VALUE 'OpenID';
+1 -1
View File
@@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"
provider = "postgresql"