Skip to content

Commit

Permalink
devel/guides: link to two How-tos for Native repo (new column/type)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 23, 2023
1 parent d054a4a commit 5a3059e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Even the search that returns nothing is better than none, because it executes th
But it's easy to prepare new data at the start of the class and actually return some data as well.

. And SQL alter script, of course!
Finally, we need to prepare SQL command for upgrade script `postgres-new-upgrade.sql`.
We need to prepare SQL command for upgrade script `postgres-new-upgrade.sql`.
Prepare the right `ALTER` command and test it on an existing database without the change.
Wrap the change inside `apply_change` call - use the examples already available in the file.
Don't forget to bump the change identifier for each chagne.
Expand Down

0 comments on commit 5a3059e

Please sign in to comment.