-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from romfabbro/hot_fix
Hot fix : Equipment , RFID Import, Form Conf, improve alert message
- Loading branch information
Showing
9 changed files
with
143 additions
and
107 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
Back/database/Pipe/DB_Mother/035_Fix_Conf_protocol_Station.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
UPDATE f set Name = 'weight' | ||
FROM [EcoReleve_ECWP].[dbo].[ModuleForms] f | ||
where TypeObj = 222 and name = 'Weight' | ||
|
||
UPDATE f set Name = 'picture' | ||
FROM [EcoReleve_ECWP].[dbo].[ModuleForms] f | ||
where TypeObj = 225 AND Name = 'Picture' | ||
|
||
UPDATE f SET TypeObj = NULL | ||
FROM ModuleForms f | ||
WHERE module_id = 2 and Name = 'FK_Region' | ||
|
||
UPDATE [EcoReleve_ECWP].[dbo].[ModuleForms] SET Legend = NULL | ||
WHERE TypeObj = 218 and module_id = 1 | ||
|
||
GO | ||
|
||
|
||
INSERT INTO [dbo].[TVersion] (TVer_FileName,TVer_Date,TVer_DbName) VALUES ('35_Fix_Conf_protocol_Station',GETDATE(),(SELECT db_name())) | ||
|
||
|
||
GO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters