Skip to content

Commit

Permalink
Fix a sql for update, removing harcoded table prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Grüdtner Martins committed Sep 12, 2014
1 parent 936b15e commit be2556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com_osdownloads/admin/sql/updates/mysql/1.0.17.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `j_osdownloads_documents` ADD `file_url` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `file_path`;
ALTER TABLE `#__osdownloads_documents` ADD `file_url` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `file_path`;

0 comments on commit be2556c

Please sign in to comment.