ResetAllTenants wird ignoriert, Syntax in SQL File, Pause bei Batch
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ALTER TABLE `wohnheim`
|
ALTER TABLE `wohnheim`
|
||||||
ADD COLUMN `PflichtbesetzungStart` VARCHAR(45) NULL DEFAULT NULL AFTER `Bemerkung`,
|
ADD COLUMN `PflichtbesetzungStart` VARCHAR(45) NULL DEFAULT NULL AFTER `Bemerkung`,
|
||||||
ADD COLUMN `PflichtbesetzungEnde` VARCHAR(45) NULL DEFAULT NULL AFTER `PflichtbesetzungStart`;
|
ADD COLUMN `PflichtbesetzungEnde` VARCHAR(45) NULL DEFAULT NULL AFTER `PflichtbesetzungStart`,
|
||||||
ADD COLUMN `PflichtbesetzungEinblenden` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEnde`,
|
ADD COLUMN `PflichtbesetzungEinblenden` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEnde`,
|
||||||
ADD COLUMN `StandardZeilenanzahl` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEinblenden`;
|
ADD COLUMN `StandardZeilenanzahl` INT NULL DEFAULT NULL AFTER `PflichtbesetzungEinblenden`;
|
||||||
|
|||||||
@@ -10,3 +10,4 @@ copy Lib\NHibernate.dll BeWoPlanerMobil\bin\
|
|||||||
copy Lib\Castle.Core.dll BeWoPlanerMobil\bin\
|
copy Lib\Castle.Core.dll BeWoPlanerMobil\bin\
|
||||||
copy Lib\Castle.DynamicProxy.dll BeWoPlanerMobil\bin\
|
copy Lib\Castle.DynamicProxy.dll BeWoPlanerMobil\bin\
|
||||||
copy Lib\Castle.DynamicProxy2.dll BeWoPlanerMobil\bin\
|
copy Lib\Castle.DynamicProxy2.dll BeWoPlanerMobil\bin\
|
||||||
|
pause
|
||||||
@@ -37,7 +37,7 @@ namespace BeWo.Service.Security
|
|||||||
string lServiceInterface = lTemp[lTemp.Count - 2];
|
string lServiceInterface = lTemp[lTemp.Count - 2];
|
||||||
|
|
||||||
// TODO Hier kann man jetzt etwas bauen wer sich für welchen service autorisieren muss...
|
// TODO Hier kann man jetzt etwas bauen wer sich für welchen service autorisieren muss...
|
||||||
var skip = new string[] { "Download", "Download2", "DownloadInfo", "GetUpdatePlan", "GetUpdateFile" };
|
var skip = new string[] { "Download", "Download2", "DownloadInfo", "GetUpdatePlan", "GetUpdateFile", "ResetAllTenants" };
|
||||||
if (lMethodName == "IsUserValid" || lMethodName == "IsUserValidTwoFactor" || lMethodName == "ResetTenant" || lMethodName == "ResetAllTenant" || lMethodName == "GetEmailForUserName")
|
if (lMethodName == "IsUserValid" || lMethodName == "IsUserValidTwoFactor" || lMethodName == "ResetTenant" || lMethodName == "ResetAllTenant" || lMethodName == "GetEmailForUserName")
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user