Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
add index
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Nov 1, 2018
1 parent 6616cc6 commit a1914bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration/sql-files/006-add-ns-username-column-to-tenant.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE tenants
ADD COLUMN ns_username TEXT;
ALTER TABLE tenants ADD COLUMN ns_username TEXT;
CREATE INDEX idx_ns_username ON tenants USING btree (ns_username);

0 comments on commit a1914bc

Please sign in to comment.