Skip to content

v0.29.5

Compare
Choose a tag to compare
@chrisnurse chrisnurse released this 02 Mar 03:17
· 30 commits to main since this release

The CLI did not honour the -w flag which drops and recreates the data base schema, so if the -w flag was not used, the schema would still be dropped.

Correct observation of the -w flag enables the user to build the database first, and can create their own data structures, then Crudio can augment the existing structure by adding required tables and generated data.

The only issue is, if the -w flag is not used, and Crudio has already been executed, the second execution will fail due to duplicate keys in the data, but this is now expected behaviour.