File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
2323 BYTEBASE_URL : https://demo.bytebase.com
24- BYTEBASE_SERVICE_ACCOUNT : ci @service.bytebase.com
25- BYTEBASE_SERVICE_ACCOUNT_SECRET : " bbs_iqysPHMqhNpG4rQ5SFEJ "
26- BYTEBASE_PROJECT : " projects/project-sample "
24+ BYTEBASE_SERVICE_ACCOUNT : api @service.bytebase.com
25+ BYTEBASE_SERVICE_ACCOUNT_SECRET : " bbs_EDyd8zleJVBEZyw81kLL "
26+ BYTEBASE_PROJECT : " projects/hr "
2727 BYTEBASE_TARGETS : " instances/prod-sample-instance/databases/hr_prod"
2828 FILE_PATTERN : " migrations-semver/*.sql"
2929 run : |
Original file line number Diff line number Diff line change 1- ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS phone VARCHAR (255 ) NOT NULL DEFAULT ' ' ;
1+ ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS phone VARCHAR (255 ) NOT NULL DEFAULT ' ' ;
2+
3+ INSERT INTO users VALUES (1 );
You can’t perform that action at this time.
0 commit comments