c1c1240eab
* add setting for default withdrawal max fee * Update pages/settings.js Co-authored-by: ekzyis <27162016+ekzyis@users.noreply.github.com> * remove extraneous fallback of 21 --------- Co-authored-by: rleed <rleed1@pm.me> Co-authored-by: ekzyis <27162016+ekzyis@users.noreply.github.com>
3 lines
98 B
SQL
3 lines
98 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "withdrawMaxFeeDefault" INTEGER NOT NULL DEFAULT 10;
|