Changeset 56738 for trunk/tests/phpunit/tests/db/dbDelta.php
- Timestamp:
- 09/28/2023 12:02:47 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/dbDelta.php
r56548 r56738 69 69 " 70 70 CREATE TABLE {$wpdb->prefix}dbdelta_test (" . 71 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared72 71 'id bigint(20) NOT NULL AUTO_INCREMENT, 73 72 column_1 varchar(255) NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.