diff options
Diffstat (limited to 'maintenance/archives/patch-profiling.sql')
-rw-r--r-- | maintenance/archives/patch-profiling.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-profiling.sql b/maintenance/archives/patch-profiling.sql index 29663341..0a0e4e1a 100644 --- a/maintenance/archives/patch-profiling.sql +++ b/maintenance/archives/patch-profiling.sql @@ -9,4 +9,4 @@ CREATE TABLE /*_*/profiling ( pf_server varchar(30) NOT NULL default '' ) ENGINE=HEAP; -CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server)
\ No newline at end of file +CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server);
\ No newline at end of file |