SQL Upgrade Patch

This commit is contained in:
sparkyx 2025-11-26 09:57:58 +01:00
parent f5b2ee5206
commit 9071b5891c
4 changed files with 622 additions and 619 deletions

View 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;