-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop default not needed
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
administrator/components/com_admin/sql/updates/postgresql/3.7.0-2017-02-17.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
-- Normalize contact_details table default values. | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "name" DROP DEFAULT; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "alias" DROP DEFAULT; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "sortname1" SET DEFAULT ''; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "sortname2" SET DEFAULT ''; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "sortname3" SET DEFAULT ''; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "language" DROP DEFAULT; | ||
ALTER TABLE "#__contact_details" ALTER COLUMN "xreference" SET DEFAULT ''; |