ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/local-employeedb/patches/01-patch.sql
Revision: 37
Committed: Mon Feb 15 14:44:25 2016 UTC (8 years, 2 months ago) by tony
Content type: application/sql
File size: 120 byte(s)
Log Message:
Committing updates for Release R1-4-0

File Contents

# User Rev Content
1 tony 37 Create Table DBVERSIONINFO(
2     VersionNo Integer not null
3     );
4    
5     Insert into DBVERSIONINFO(VersionNo) Values(1);
6     Commit;
7    
8    
9