mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-13 13:37:20 +00:00

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
2 lines
68 B
SQL
2 lines
68 B
SQL
ALTER TABLE schemas ADD COLUMN islookup BOOLEAN NOT NULL DEFAULT 0;
|