Guest User

Untitled

a guest
Jan 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. CREATE INDEX CONCURRENTLY ix_operation_fine ON operation (fine);
  2. CREATE INDEX CONCURRENTLY ix_operation_tags ON operation (tags);
  3. CREATE INDEX CONCURRENTLY ix_operation_version_fine ON operation_version (fine);
  4. CREATE INDEX CONCURRENTLY ix_operation_version_tags ON operation_version (tags);
  5. UPDATE alembic_version SET version_num='470189a3c9c4';
  6. COMMIT;
Add Comment
Please, Sign In to add comment