Subversion Repositories oidplus

Rev

Rev 502 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 502 Rev 830
Line 249... Line 249...
249
GO
249
GO
250
 
250
 
251
 
251
 
252
/****** Set database version ******/
252
/****** Set database version ******/
253
 
253
 
254
INSERT INTO [config] (name, description, VALUE, protected, visible) VALUES ('database_version', 'Version of the database tables', '205', '1', '0');
254
INSERT INTO [config] (name, description, VALUE, protected, visible) VALUES ('database_version', 'Version of the database tables', '1000', '1', '0');
255
 
255
 
256
SET ANSI_PADDING OFF
256
SET ANSI_PADDING OFF
257
GO
257
GO