|
|
|
@ -15,5 +15,5 @@ pub(super) const DOMAIN_VERSIONS: [&str; 3] = [
@@ -15,5 +15,5 @@ pub(super) const DOMAIN_VERSIONS: [&str; 3] = [
|
|
|
|
|
is_default INTEGER NOT NULL, |
|
|
|
|
is_proxy INTEGER NOT NULL, |
|
|
|
|
is_actived INTEGER NOT NULL);", |
|
|
|
|
"INSERT INTO providers (name, addr, is_ok, is_default, is_proxy, is_actived) VALUES ('domain.esse', '46d365b061f37b1b6f8a9762d3c8b6d0d8614b49f08a057dc9e75cddc382173c', true, true, true, true);", // domain.esse default inserted.
|
|
|
|
|
"INSERT INTO providers (name, addr, is_ok, is_default, is_proxy, is_actived) VALUES ('domain.esse', '35d1cc54836a151da67fc8d32ec4d3e92777f42f', true, true, true, true);", // domain.esse default inserted.
|
|
|
|
|
]; |
|
|
|
|