Skip to content

Commit eaf27e6

Browse files
committed
Merge branch 'craft-3' of https://github.com/verbb/super-table into craft-3
# Conflicts: # src/controllers/PluginController.php
2 parents 520b769 + 9b6ef24 commit eaf27e6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/support/get-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Get Support
22

3-
### Slack
3+
### Discord
44

5-
Get in touch via the [Craft Community Slack](https://buildwithcraft.com/community#slack) and be sure to post in the `#help` channel. Mention one of our team members on the following handles:
5+
Get in touch via the [Craft Discord](https://craftcms.com/discord) and be sure to post in the `#craft3-help` channel. Mention one of our team members on the following handles:
66

77
- `@verbb`
88
- `@crawf`
@@ -23,4 +23,4 @@ Ask a question via the [Craft Stack Exchange](http://craftcms.stackexchange.com/
2323

2424
### Email
2525

26-
Any feedback, comments, questions or suggestions please email us at `support at verbb.io`.
26+
Any feedback, comments, questions or suggestions please email us at `support at verbb.io`.

src/controllers/PluginController.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use craft\db\Table;
1212
use craft\fields\MatrixField;
1313
use craft\fields\MissingField;
14+
use craft\helpers\App;
1415
use craft\helpers\Db;
1516
use craft\helpers\Json;
1617
use craft\helpers\MigrationHelper;
@@ -32,6 +33,9 @@ public function actionSettings()
3233

3334
public function actionFixContentTables()
3435
{
36+
// This might take a while
37+
App::maxPowerCaptain();
38+
3539
// Backup!
3640
Craft::$app->getDb()->backup();
3741

@@ -260,4 +264,4 @@ public function actionCheckContentTables()
260264
]);
261265
}
262266

263-
}
267+
}

0 commit comments

Comments
 (0)