We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e0e61 commit b7b2431Copy full SHA for b7b2431
src/migration/11_alter_event_insert_eslantexit.sql
@@ -0,0 +1,6 @@
1
+USE [kodb]
2
+GO
3
+/****** Object: Table [dbo].[EVENT] Script Date: 07/28/2023 11:41:23 ******/
4
+TRUNCATE TABLE [dbo].[EVENT]
5
+INSERT [dbo].[EVENT] ([ZoneNum], [EventNum], [Type], [Cond1], [Cond2], [Cond3], [Cond4], [Cond5], [Exec1], [Exec2], [Exec3], [Exec4], [Exec5]) VALUES (11, 1131, 1, N'0', N'0', N'0', N'0', N'0', N'1', N'1934', N'1709', N'0', N'0')
6
+INSERT [dbo].[EVENT] ([ZoneNum], [EventNum], [Type], [Cond1], [Cond2], [Cond3], [Cond4], [Cond5], [Exec1], [Exec2], [Exec3], [Exec4], [Exec5]) VALUES (12, 1231, 1, N'0', N'0', N'0', N'0', N'0', N'2', N'129', N'1151', N'0', N'0')
0 commit comments