mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
more testing
This commit is contained in:
parent
538eb38217
commit
d0b790f48b
1 changed files with 2 additions and 0 deletions
|
|
@ -11,4 +11,6 @@ CREATE TABLE omnivore.test (
|
|||
updated_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
CREATE INDEX test_name_idx ON omnivore.test (name);
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue