Files
dokuwiki-plugin-struct/db/update0010.sql
Andreas Gohr fe23a86e41 Merge branch 'master' into lookups
Note: this resolves a conflict in the migrations. If you worked with the
lookup branch before, you will probably need to throw away your
database.

* master:
  translation update
  Version upped
  Partly reverting 12fe9b2c - export user again
  Return false if schema doesn't exist
  Leave error handling of helper methods to the caller
  Do not export the user either
  Add docblocks, better names and exception handling
  Set the user explicitly during import
  Fix tests
  Reinitialize db if $conf['meta'] changed
  Save user on schema change and more imexport tools
  Reevaluate page assignments when replacing them
  Delete assignments as well
  Add helper for im&export by other plugins
2016-08-25 09:00:03 +02:00

2 lines
68 B
SQL

ALTER TABLE schemas ADD COLUMN islookup BOOLEAN NOT NULL DEFAULT 0;