добавил код региона в ratings.consideration_complaint
This commit is contained in:
parent
41e464e47b
commit
101e52c0e7
1 changed files with 9 additions and 0 deletions
|
|
@ -146,4 +146,13 @@
|
|||
</sql>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="0005" author="adel.ka">
|
||||
<comment>Change id_region type to VARCHAR in review_rating table</comment>
|
||||
<sql>
|
||||
ALTER TABLE ratings.consideration_complaint
|
||||
ADD COLUMN IF NOT EXISTS region_code varchar;
|
||||
|
||||
COMMENT ON COLUMN ratings.consideration_complaint.region_code IS 'Код региона';
|
||||
</sql>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue