Skip to content

Commit

Permalink
Use GitHub workflows (kind of).
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Dec 30, 2022
1 parent dba63c2 commit 9f58035
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
4 changes: 1 addition & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/README.md export-ignore
/build.xml export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/test/ export-ignore
23 changes: 0 additions & 23 deletions .scrutinizer.yml

This file was deleted.

14 changes: 13 additions & 1 deletion test/etc/columns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ information_schema.COLUMNS.CHARACTER_SET_NAME 32
information_schema.COLUMNS.COLLATION_NAME 32
information_schema.COLUMNS.COLUMN_TYPE 4294967295
information_schema.COLUMNS.COLUMN_KEY 3
information_schema.COLUMNS.EXTRA 30
information_schema.COLUMNS.EXTRA 80
information_schema.COLUMNS.PRIVILEGES 80
information_schema.COLUMNS.COLUMN_COMMENT 1024
information_schema.COLUMNS.IS_GENERATED 6
Expand Down Expand Up @@ -1164,3 +1164,15 @@ test.AUT_PAGE_TAB.ptb_id 3
test.AUT_PAGE_TAB.wrd_id 5
test.AUT_PAGE_TAB.ptb_label 30

test_audit.TABLE1.c1 3
test_audit.TABLE1.c2 5
test_audit.TABLE1.c4 20

test_audit.TABLE2.c1 10
test_audit.TABLE2.c2 20
test_audit.TABLE2.c3 30

test_data.TABLE1.c1 3
test_data.TABLE1.c2 5
test_data.TABLE1.c4 20

0 comments on commit 9f58035

Please sign in to comment.