Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
59 stars 7 forks source link

Migration duplicate records #20

Open SpBills opened 3 years ago

SpBills commented 3 years ago

Program Version.

TARGET v0.2.0

Steps to reproduce.

Run the program or run the migrations after a migration has already been ran.

Bug Solutions.

Implement a programmatically set env config variable that is read on program startup, and refuses to run the migration if the migrations have already been ran.

The env variable should be set whenever the migration is ran for the first time in code.

Other Details.