File: 17_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 (3 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (11)
1
2
3
ALTER TABLE CatalogChapters ADD COLUMN parentChapter int(11) default 0;
ALTER TABLE CatalogChapters ADD COLUMN description text;