aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sql/update-userprofile.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/update-userprofile.sql')
-rw-r--r--sql/update-userprofile.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/update-userprofile.sql b/sql/update-userprofile.sql
new file mode 100644
index 0000000..1cbe1c2
--- /dev/null
+++ b/sql/update-userprofile.sql
@@ -0,0 +1,2 @@
1ALTER TABLE `userprofile` ADD `profileImage` VARCHAR( 36 ) NOT NULL AFTER `profileLanguages`,
2ADD `profileAboutText` TEXT NOT NULL AFTER `profileImage` ;