diff --git a/ops/3.quality-group-member-position.sql b/ops/3.quality-group-member-position.sql new file mode 100644 index 0000000..5d7c059 --- /dev/null +++ b/ops/3.quality-group-member-position.sql @@ -0,0 +1 @@ +ALTER TABLE quality_group_members ADD COLUMN position INTEGER NOT NULL DEFAULT 0; diff --git a/pcd.json b/pcd.json index 951d607..6f426dc 100644 --- a/pcd.json +++ b/pcd.json @@ -1,6 +1,6 @@ { "name": "schema", - "version": "1.0.0", + "version": "1.1.0", "description": "Base schema for all Profilarr Compliant Databases - defines the structural foundation that all PCDs build upon", "arr_types": ["radarr", "sonarr"],