File: Pg-upgrade-2.8.9-2.8.10.sql

package info (click to toggle)
sql-ledger 2.8.30-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,304 kB
  • ctags: 3,640
  • sloc: perl: 55,210; sql: 27,183; makefile: 129; sh: 38
file content (5 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
--
create table report (reportid int primary key default nextval('id'), reportcode text, reportdescription text, login text);
create table reportvars (reportid int not null, reportvariable text, reportvalue text);
--
update defaults set fldvalue = '2.8.10' where fldname = 'version';