File: 13_dbmigrate.sql

package info (click to toggle)
kraft 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,112 kB
  • sloc: cpp: 28,535; sql: 1,248; perl: 396; xml: 330; python: 101; sh: 92; makefile: 10
file content (2 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (8)
1
2
# message Adding a taxType column
ALTER TABLE docposition ADD COLUMN taxType int default 3 AFTER price;