Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.18k stars 129 forks source link

fix: skip running migrate when there is no metadata.json file #139

Closed fabriceclementz closed 2 years ago

fabriceclementz commented 2 years ago

Hello @evoxmusic An error is actually triggered when running RepliByte for the first time if you don't have an existing metadata.json file. This PR fix it by skipping migrations as we don't need do running them if we don't have a metadata.json file.

evoxmusic commented 2 years ago

Thank you @fabriceclementz for the fix 🚀