Skip to content

Commit

Permalink
Remove database-specific names
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish authored May 14, 2019
1 parent c5a84ca commit c8f8135
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE `quince_dev`.`diagnostic_data`
CHANGE COLUMN `value` `value` DOUBLE NULL ;
ALTER TABLE diagnostic_data
CHANGE COLUMN value value DOUBLE NULL ;

0 comments on commit c8f8135

Please sign in to comment.