allow independent execution of migration scripts.
Closed this issue · 1 comments
mridulganga commented
I have a database which has tables already created. I want to skip the first migration, but not able to. If I run the 2nd migration, it still tries and fails while creating the table. Is there any way to skip the table creation part and only do the alter table commands?
aachurin commented
Hi! You should use --fake key to skip first migration.
вт, 29 сент. 2020 г., 03:11 Mridul Ganga <notifications@github.com>:
… I have a database which has tables already created. I want to skip the
first migration, but not able to. If I run the 2nd migration, it still
tries and fails while creating the table. Is there any way to skip the
table creation part and only do the alter table commands?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFGDCL7THL3JLRFX5HKTS3SID3XJANCNFSM4R47RQWQ>
.