Database table promotion issues
Posted: June 23rd, 2023, 3:15 pm
Trying to promote a project with changes to a pre-existing database table. To be more specific:
Added a few new columns
Removed the NOT NULL constraint from an old existing column.
Removed the same old column from being a part of the Primary Key.
Removed the same old column entirely from the table.
Added one of the new columns as the 2-column Primary Key.
We are getting the following Error:
Added a few new columns
Removed the NOT NULL constraint from an old existing column.
Removed the same old column from being a part of the Primary Key.
Removed the same old column entirely from the table.
Added one of the new columns as the 2-column Primary Key.
We are getting the following Error: