User tests: Successful: Unsuccessful:
Pull Request for Issue #14331 and porting of #17351.
support these schema changes:
ALTER TABLE "#__table" ALTER COLUMN "field" SET NOT NULL;
ALTER TABLE "#__table" ALTER COLUMN "field" SET DEFAULT value;
ALTER TABLE "#__table" ALTER COLUMN "field" DROP DEFAULT;
ALTER TABLE "#__table" ALTER COLUMN "field" DROP NOT NULL;
With latest staging on postgresql go to Manage > Database.
no notice
Notice: Undefined offset:....
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
1 and 2 fixed
Title |
|
reworked a little bit for use information_schema.columns
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-21 19:28:18 |
Closed_By | ⇒ | alikon |
then joomla does not see any problems, but should show that
DEFAULT
values was removed injoomla-cms/administrator/components/com_admin/sql/updates/postgresql/3.7.0-2017-03-03.sql
Line 1 in 0ac5c79