Skip to content

Commit

Permalink
Merge pull request #25 from RapidScada/develop
Browse files Browse the repository at this point in the history
Merge Develop to Master
  • Loading branch information
2mik authored Oct 31, 2016
2 parents 7c00900 + 621fe41 commit 3f9d0b1
Show file tree
Hide file tree
Showing 784 changed files with 38,013 additions and 5,115 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,7 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt

*.bak
*.bak

# Unignore the configuration database files
!Base/data/*.sdf
Binary file added Base/data/ScadaBase_4.1_en.sdf
Binary file not shown.
Binary file added Base/data/ScadaBase_4.1_ru.sdf
Binary file not shown.
Binary file added Base/data/ScadaBase_4.2_en.sdf
Binary file not shown.
Binary file added Base/data/ScadaBase_4.2_ru.sdf
Binary file not shown.
Binary file added Base/model/scada_3.0.erwin
Binary file not shown.
Binary file added Base/model/scada_4.0.erwin
Binary file not shown.
Binary file added Base/model/scada_4.1.erwin
Binary file not shown.
Binary file added Base/model/scada_4.1_logical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Base/model/scada_4.1_physical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Base/model/scada_4.2_physical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions Base/sql/convert_3.0_to_4.0.sql
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)
)
3 changes: 3 additions & 0 deletions Base/sql/convert_4.1_to_4.2.sql
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
Loading

0 comments on commit 3f9d0b1

Please sign in to comment.