mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
added better db migration support than what Subsonic provides out of the box.
This commit is contained in:
11
Migrator.net/Migrator.Framework/ForeignKeyConstraint.cs
Normal file
11
Migrator.net/Migrator.Framework/ForeignKeyConstraint.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Migrator.Framework
|
||||
{
|
||||
public enum ForeignKeyConstraint
|
||||
{
|
||||
Cascade,
|
||||
SetNull,
|
||||
NoAction,
|
||||
Restrict,
|
||||
SetDefault
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user