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

Commit

Permalink
add unique to perf table
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Dec 6, 2010
1 parent 78ae037 commit 0f43da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/102-adjust-perf-tables.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TRUNCATE perf_results;
ALTER TABLE perf_results ADD UNIQUE (addon_id, appversion_id, osversion_id);

0 comments on commit 0f43da5

Please sign in to comment.