pool/sql/2017-03-31-earnings_index.sql
2017-04-01 23:54:53 +02:00

5 lines
157 B
SQL

-- Recent additions to add after db init (.gz)
-- mysql yaamp -p < file.sql
ALTER TABLE `earnings` ADD UNIQUE INDEX `ndx_user_block`(`userid`, `blockid`);