Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert version management #920

Merged
merged 6 commits into from
Apr 27, 2023
Merged

revert version management #920

merged 6 commits into from
Apr 27, 2023

Conversation

kou029w
Copy link

@kou029w kou029w commented Apr 27, 2023

master ブランチとは分けて運用するため下記のマージコミットを取り消します

kou029w added 6 commits April 27, 2023 19:05
This reverts commit ef1f37b, reversing
changes made to 88e7e6e.
This reverts commit 88e7e6e, reversing
changes made to 50c0fc6.
This reverts commit 50c0fc6, reversing
changes made to 673b3fc.
This reverts commit 673b3fc, reversing
changes made to 2a64df2.
This reverts commit 2a64df2, reversing
changes made to 3c21962.
@kou029w kou029w merged commit 335368b into master Apr 27, 2023
@kou029w kou029w deleted the revert-version-management branch April 27, 2023 10:15
@kou029w
Copy link
Author

kou029w commented May 2, 2023

もしロールバックする場合、下記のSQLを参考にしてください

ALTER TABLE "books" DROP CONSTRAINT "books_id_fkey";
ALTER TABLE "node" DROP CONSTRAINT "node_parent_id_fkey";
ALTER TABLE "node" DROP CONSTRAINT "node_root_id_fkey";
ALTER TABLE "release" DROP CONSTRAINT "release_book_id_fkey";
DROP TABLE "node";
DROP TABLE "release";
DELETE FROM "_prisma_migrations" WHERE "migration_name" = '20230407112834_version_management';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants