diff options
| author | Fuwn <[email protected]> | 2025-10-23 23:36:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-23 23:36:39 -0700 |
| commit | 46c40a53a569f5f27de016bc0215bf30dcdba1a5 (patch) | |
| tree | bec0ed98689296b6358e1f1c38c20ba6df01705b /packages/gateway/prisma/migrations/migration_lock.toml | |
| parent | feat(gateway:listeners): Add auto message deletion (diff) | |
| download | umabotdiscord-46c40a53a569f5f27de016bc0215bf30dcdba1a5.tar.xz umabotdiscord-46c40a53a569f5f27de016bc0215bf30dcdba1a5.zip | |
feat(gateway:listeners): Add role persistence
Diffstat (limited to 'packages/gateway/prisma/migrations/migration_lock.toml')
| -rw-r--r-- | packages/gateway/prisma/migrations/migration_lock.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gateway/prisma/migrations/migration_lock.toml b/packages/gateway/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..044d57c --- /dev/null +++ b/packages/gateway/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (e.g., Git) +provider = "postgresql" |