Changeset 47185
- Timestamp:
- 02/05/2020 05:01:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dbdelta.php
r47184 r47185 51 51 $wpdb->prepare( 52 52 " 53 CREATE TABLE {$wpdb->prefix}dbdelta_test ( 54 id bigint{$this->bigint_display_width} NOT NULL AUTO_INCREMENT, 53 CREATE TABLE {$wpdb->prefix}dbdelta_test (" . 54 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 55 "id bigint{$this->bigint_display_width} NOT NULL AUTO_INCREMENT, 55 56 column_1 varchar(255) NOT NULL, 56 57 column_2 text,
Note: See TracChangeset
for help on using the changeset viewer.