Skip to content

Commit d7f9d2c

Browse files
committed
PUSH
🎱
1 parent 9c6ef90 commit d7f9d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migrate/79.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE `mythicaldash_settings` CHANGE `stripe_currency` `payments_currency` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'eur';
1+
ALTER TABLE `mythicaldash_settings` CHANGE `payments_currency` `payments_currency` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'eur';

migrate/80.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE `mythicaldash_settings` CHANGE `stripe_coin_per_balance` `coin_per_balance` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0.25';
1+
ALTER TABLE `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

Comments
 (0)