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