Files
postgresql-for-wordpress/tests/stubs/insert-int_1698679908.txt
T
2023-10-30 09:32:50 -07:00

1 line
264 B
Plaintext

{"mysql":"INSERT INTO `wp_term_taxonomy` (`term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 'post_tag', 'tag', 0, 0)","postgresql":"INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (3, 'post_tag', 'tag', 0, 0)"}