Sha256: 4c95c160fe72a8967705342c9c8415303a91967339296b4d89b70712c4abef7d
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
<code><pre style="color: #eee; background-color: #333;">CREATE INDEX CONCURRENTLY ON <%= index[:table] %><% if index[:using] %> USING <%= index[:using] %><% end %> (<%= index[:columns].join(", ") %>)</pre></code>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pghero-1.2.1 | app/views/pg_hero/home/_suggested_index.html.erb |