1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update create_tables.sql

This commit is contained in:
Felix Krause
2020-03-22 14:44:05 +01:00
parent 69e2b67482
commit 7ab550ec44

View File

@@ -40,3 +40,5 @@ CREATE TABLE last_run (
-- Indices -------------------------------------------------------
CREATE UNIQUE INDEX last_run_pkey ON last_run(id int4_ops);
CREATE UNIQUE INDEX last_run_command_key ON last_run(command text_ops);