Skip to content

Commit

Permalink
Add SQLite init state
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zueff committed Nov 4, 2019
1 parent 26978e6 commit af638e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions database/init.sql
@@ -0,0 +1,6 @@
CREATE TABLE vor_obl_settlements (
id integer primary key,
district_title text,
settlement_id integer,
settlement_title text
);

0 comments on commit af638e7

Please sign in to comment.