Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
USE [Database]
|
||||
|
||||
-- Äîïîëíèòåëüíàÿ ïåðåìåííàÿ, íåîáõîäèìàÿ äëÿ îòñëåæèâàíèÿ
|
||||
-- ïîñëäíåãî ñãåíåðèðîâàííîãî çíà÷åíèÿ áàðêîäà
|
||||
SET IDENTITY_INSERT [Tables].[additional_variables] ON;
|
||||
INSERT INTO [Tables].[additional_variables]([id], [name], [value])
|
||||
VALUES(1, N'last_barcode', N'-1');
|
||||
SET IDENTITY_INSERT [Tables].[additional_variables] OFF;
|
||||
Reference in New Issue
Block a user