This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Description
The arguments for database:databaseCompare only documented in the code :)
const ACTION_UPDATE_CLEAR_TABLE = 1;
const ACTION_UPDATE_ADD = 2;
const ACTION_UPDATE_CHANGE = 3;
const ACTION_UPDATE_CREATE_TABLE = 4;
const ACTION_REMOVE_CHANGE = 5;
const ACTION_REMOVE_DROP = 6;
const ACTION_REMOVE_CHANGE_TABLE = 7;
const ACTION_REMOVE_DROP_TABLE = 8;
Would be fine, if the arguments documented in the inline-help or/and in documentation.
Thanks for your great work!