summaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-known_coins.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/0002-known_coins.sql')
-rw-r--r--src/exchangedb/0002-known_coins.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchangedb/0002-known_coins.sql b/src/exchangedb/0002-known_coins.sql
index 786d2a6ca..af2610c66 100644
--- a/src/exchangedb/0002-known_coins.sql
+++ b/src/exchangedb/0002-known_coins.sql
@@ -59,3 +59,17 @@ BEGIN
);
END
$$;
+
+
+INSERT INTO exchange_tables
+ (name
+ ,version
+ ,action
+ ,partitioned
+ ,by_range)
+ VALUES
+ ('known_coins'
+ ,'exchange-0002'
+ ,'create'
+ ,TRUE
+ ,FALSE);