You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTERTABLE`mythicaldash_settings` CHANGE `stripe_currency``payments_currency`TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'eur';
1
+
ALTERTABLE`mythicaldash_settings` CHANGE `payments_currency``payments_currency`TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'eur';
ALTERTABLE`mythicaldash_settings` CHANGE `stripe_coin_per_balance``coin_per_balance`TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0.25';
1
+
ALTERTABLE`mythicaldash_settings` CHANGE `coin_per_balance``coin_per_balance`TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0.25';
0 commit comments