Skip to content

Decide on an approach to refreshing table contents #2

@deoren

Description

@deoren

In the SQLite database I'll need to decide whether the main script handles dropping existing tables or just the contents of the tables.

The current version I'm working with handles dropping table contents only and doesn't take into account schema changes, either at MySQL or SQLite level. Is this intended, with the goal of having a migration script handle updating table structure or should we just nuke the entire file on each run?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions