mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
It will reset permissions on histories and datasets if they are already set (i.e. script was run on a database which already has security/library tables). This has been tested with Postgres, SQLite, and MySQL databases. Due to limitations of SQLite this script is unable to add foreign keys to existing SQLite tables (fks are ignored anyway). *** Remember to backup your database before running. ***