1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/15055] Only drop dependent PK indexes and fix more tests for mssql

PHPBB3-15055
This commit is contained in:
Marc Alexander
2017-12-25 18:49:31 +01:00
parent f4381a20d4
commit 400fc0f73d
12 changed files with 57 additions and 10 deletions

View File

@@ -1,25 +1,30 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_posts">
<column>post_id</column>
<column>post_username</column>
<column>post_subject</column>
<column>post_text</column>
<row>
<value>1</value>
<value>foo</value>
<value>foo</value>
<value>foo</value>
</row>
<row>
<value>2</value>
<value>bar</value>
<value>bar</value>
<value>bar</value>
</row>
<row>
<value>3</value>
<value>commonword</value>
<value>commonword</value>
<value>commonword</value>
</row>
<row>
<value>4</value>
<value>baaz</value>
<value>baaz</value>
<value>baaz</value>