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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user