diff options
Diffstat (limited to 'modules/profile')
-rw-r--r-- | modules/profile/profile.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install index 555c0f109..c4a8f2f9e 100644 --- a/modules/profile/profile.install +++ b/modules/profile/profile.install @@ -31,6 +31,8 @@ function profile_install() { KEY uid (uid), KEY fid (fid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ "); + break; + case 'pgsql': db_query("CREATE TABLE {profile_fields} ( fid serial, |