Ionia-Devs / chameleon

https://chameleon-sandy.vercel.app
1 stars 1 forks source link

test prisma action #78

Closed Balance8 closed 5 months ago

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chameleon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 3:16am
railway-app[bot] commented 5 months ago

This PR is being deployed to Railway 🚅

chameleon: ◻️ REMOVED

Balance8 commented 5 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

github-actions[bot] commented 5 months ago

🌟 Important Action Required! 🌟

FINAL STEPS:

To finalize the changes to the schema and successfully merge them to PlanetScale, your action is needed. Please review the steps below:

Step Action
1 Review the proposed schema changes for accuracy.
2 Test the changes locally to ensure they work as expected.
3 Comment /ps-merge on this PR to trigger the merge process.
4 Await the automated merge process to apply your changes.

This will trigger the merge process and apply your changes to PlanetScale. 🚀

✨✨✨✨✨✨✨✨✨✨

  /ps-merge

✨✨✨✨✨✨✨✨✨✨

Balance8 commented 5 months ago

/ps-create

github-actions[bot] commented 5 months ago

👋 Balance8, creating DB branch 02-04-test_prisma_action for Git branch 02-04-test_prisma_action now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Creating PS branch and DR failed for branch 02-04-test_prisma_action :cry:. View error logs.

Balance8 commented 5 months ago

/ps-create 1-test-branch

github-actions[bot] commented 5 months ago

👋 Balance8, creating DB branch 1-test-branch for Git branch 02-04-test_prisma_action now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Database branch and deploy request created successfully :tada:

:computer: pscale CLI commands for local access ``` pscale shell "chameleon" "1-test-branch" --org "chameleon-la" pscale connect "chameleon" "1-test-branch" --org "chameleon-la" ```
📖 Calculated schema changes: ``` CREATE TABLE `Todo` ( `id` varchar(191) NOT NULL, `text` varchar(191) NOT NULL, `isCompleted` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `updated_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `userId` varchar(191) NOT NULL, - `testworkflow` varchar(191), PRIMARY KEY (`id`) ) ENGINE InnoDB, CHARSET utf8mb4, COLLATE utf8mb4_unicode_ci; ```
Balance8 commented 5 months ago

/ps-delete

github-actions[bot] commented 5 months ago

👋 Balance8, deleting DB branch associated with Git branch 02-04-test_prisma_action now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Deleted database branch successfully :tada:

Balance8 commented 5 months ago

/ps-create 02-04-test-prisma-action

github-actions[bot] commented 5 months ago

Script .pscale/env/ps-env-02-04-test_prisma_action.sh already exists, please use /ps-update "<DDL>" to update existing env.

Balance8 commented 5 months ago

/ps-update

github-actions[bot] commented 5 months ago

👋 Balance8, updating information of Git branch 02-04-test_prisma_action now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Updating failed for branch 02-04-test_prisma_action :cry:. View error logs.

Balance8 commented 5 months ago

/ps-create 1-test

github-actions[bot] commented 5 months ago

👋 Balance8, creating DB branch 1-test for Git branch 02-04-test_prisma_action now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Database branch and deploy request created successfully :tada:

:computer: pscale CLI commands for local access ``` pscale shell "chameleon" "1-test" --org "chameleon-la" pscale connect "chameleon" "1-test" --org "chameleon-la" ```
📖 Calculated schema changes: ``` CREATE TABLE `Todo` ( `id` varchar(191) NOT NULL, `text` varchar(191) NOT NULL, `isCompleted` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `updated_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `userId` varchar(191) NOT NULL, - `testworkflow` varchar(191), PRIMARY KEY (`id`) ) ENGINE InnoDB, CHARSET utf8mb4, COLLATE utf8mb4_unicode_ci; ```
Balance8 commented 5 months ago

/ps-merge

github-actions[bot] commented 5 months ago

👋 Balance8, merging schema changes associated with database branch 1-test now ...

You can watch the progress and authorize access here.

github-actions[bot] commented 5 months ago

Schema changes merged successfully :tada:

🚀 Schema changes applied ``` CREATE TABLE `Todo` ( `id` varchar(191) NOT NULL, `text` varchar(191) NOT NULL, `isCompleted` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `updated_at` datetime(3) NOT NULL DEFAULT current_timestamp(3), `userId` varchar(191) NOT NULL, - `testworkflow` varchar(191), PRIMARY KEY (`id`) ) ENGINE InnoDB, CHARSET utf8mb4, COLLATE utf8mb4_unicode_ci; ```
github-actions[bot] commented 5 months ago

/ps-delete

Balance8 commented 5 months ago

/ps-delete

github-actions[bot] commented 5 months ago

Script .pscale/env/ps-env-02-04-test_prisma_action.sh does not exists, could not identify associated branch.