SQL Upgrade Patch
This commit is contained in:
parent
f5b2ee5206
commit
9071b5891c
4 changed files with 622 additions and 619 deletions
9
include/sql/patch/upgrade203.sql
Normal file
9
include/sql/patch/upgrade203.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
begin;
|
||||
|
||||
create table parameter_internal (pi_id text not null primary key, pi_value text);
|
||||
comment on table parameter_internal is 'Internal parameter, used by the application , it can''t not be changed by the interface';
|
||||
|
||||
|
||||
insert into version (val,v_description) values (204,'Create tables');
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue