migrate script naming convention
This commit is contained in:
10
Oqtane.Server/Scripts/Master.00.00.00.00.sql
Normal file
10
Oqtane.Server/Scripts/Master.00.00.00.00.sql
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
|
||||
migrate to new naming convention for scripts
|
||||
|
||||
*/
|
||||
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Master.00.09.00.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Master.0.9.0.sql'
|
||||
GO
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Master.01.00.01.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Master.1.0.1.sql'
|
||||
GO
|
14
Oqtane.Server/Scripts/Tenant.00.00.00.00.sql
Normal file
14
Oqtane.Server/Scripts/Tenant.00.00.00.00.sql
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
|
||||
migrate to new naming convention for scripts
|
||||
|
||||
*/
|
||||
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Tenant.00.09.00.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Tenant.0.9.0.sql'
|
||||
GO
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Tenant.00.09.01.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Tenant.0.9.1.sql'
|
||||
GO
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Tenant.00.09.02.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Tenant.0.9.2.sql'
|
||||
GO
|
||||
UPDATE [dbo].[SchemaVersions] SET ScriptName = 'Oqtane.Scripts.Tenant.01.00.01.00.sql' WHERE ScriptName = 'Oqtane.Scripts.Tenant.1.0.1.sql'
|
||||
GO
|
Reference in New Issue
Block a user