Skip to main content

SET_VERSION_SQL

Constant SET_VERSION_SQL 

Source
pub const SET_VERSION_SQL: &str = r"
INSERT OR REPLACE INTO schema_info (key, value) VALUES ('version', ?);
";
Expand description

SQL to set schema version.