-
Notifications
You must be signed in to change notification settings - Fork 311
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 #25 from RapidScada/develop
Merge Develop to Master
- Loading branch information
Showing
784 changed files
with
38,013 additions
and
5,115 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 @@ | ||
-- Convert the configuration database from v3.0 to v4.0 | ||
CREATE TABLE Formula | ||
( | ||
Name nvarchar(50) NOT NULL , | ||
Source nvarchar(1000) NOT NULL , | ||
Descr nvarchar(100) NULL , | ||
CONSTRAINT PK_Formula PRIMARY KEY (Name) | ||
) |
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,3 @@ | ||
-- Script Date: 25.10.2016 12:05 - ErikEJ.SqlCeScripting version 3.5.2.58 | ||
ALTER TABLE [KP] ALTER COLUMN [CallNum] nvarchar(50) NULL ; | ||
GO |
Oops, something went wrong.