mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
added better db migration support than what Subsonic provides out of the box.
This commit is contained in:
parent
180da4c82a
commit
ce63f05512
91 changed files with 7218 additions and 48 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue