File: 13_dbmigrate.sql

package info (click to toggle)
kraft 0.45-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,732 kB
  • sloc: cpp: 23,458; sql: 1,171; python: 623; xml: 105; sh: 3; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (8)
1
2
3
--Column already added in create_schema.sql *Sqlite workaround*
-- message Adding a taxType column
--ALTER TABLE docposition ADD COLUMN taxType int default 3; -- AFTER price;