We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408c83b commit 78cdafcCopy full SHA for 78cdafc
src/Schema/Builder.php
@@ -264,7 +264,7 @@ public function register_custom_tables_names() {
264
*/
265
public function up( $force = false ) {
266
try {
267
- $this->db::table( 'posts' )->select ( 1 )->limit( 1 )->get();
+ $this->db::table( 'posts' )->select( '1' )->limit( 1 )->get();
268
} catch ( \Exception $e ) {
269
// Let's not try to create the tables on a blog that's missing the basic ones.
270
return [];
0 commit comments