Skip to content

Commit 9f58035

Browse files
committed
Use GitHub workflows (kind of).
1 parent dba63c2 commit 9f58035

3 files changed

Lines changed: 14 additions & 27 deletions

File tree

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
3-
/.scrutinizer.yml export-ignore
4-
/.travis.yml export-ignore
3+
/README.md export-ignore
54
/build.xml export-ignore
65
/phpunit.xml export-ignore
7-
/README.md export-ignore
86
/test/ export-ignore

.scrutinizer.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/etc/columns.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ information_schema.COLUMNS.CHARACTER_SET_NAME 32
226226
information_schema.COLUMNS.COLLATION_NAME 32
227227
information_schema.COLUMNS.COLUMN_TYPE 4294967295
228228
information_schema.COLUMNS.COLUMN_KEY 3
229-
information_schema.COLUMNS.EXTRA 30
229+
information_schema.COLUMNS.EXTRA 80
230230
information_schema.COLUMNS.PRIVILEGES 80
231231
information_schema.COLUMNS.COLUMN_COMMENT 1024
232232
information_schema.COLUMNS.IS_GENERATED 6
@@ -1164,3 +1164,15 @@ test.AUT_PAGE_TAB.ptb_id 3
11641164
test.AUT_PAGE_TAB.wrd_id 5
11651165
test.AUT_PAGE_TAB.ptb_label 30
11661166

1167+
test_audit.TABLE1.c1 3
1168+
test_audit.TABLE1.c2 5
1169+
test_audit.TABLE1.c4 20
1170+
1171+
test_audit.TABLE2.c1 10
1172+
test_audit.TABLE2.c2 20
1173+
test_audit.TABLE2.c3 30
1174+
1175+
test_data.TABLE1.c1 3
1176+
test_data.TABLE1.c2 5
1177+
test_data.TABLE1.c4 20
1178+

0 commit comments

Comments
 (0)