ConPaaS-team / conpaas

ConPaaS: integrated runtime environment for elastic cloud applications
http://www.conpaas.eu
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Database upgrade script after adding support for OpenID #52

Closed tcrivat closed 10 years ago

tcrivat commented 10 years ago

The support for OpenID in commit a18e6d351544b754aaeb9156ce674f809d6e102b adds a new column ('openid') to the 'user' table of the ConPaaS Director database. A database upgrade script is needed, or else upgrade from an earlier version of ConPaaS would not be possible.

@engbert : Is the database upgrade procedure as simple as adding the 'openid' column with an empty string value for each existing user? If so, I can quickly write the script myself. Please let me know. Thanks!

tcrivat commented 10 years ago

Database update script provided by @engbert in commit d73be1c417db34ecda8d7ab2dde146422bd9651d. Replaced the old script with the new one and updated the documentation in 3166681dd0e52facea50f126c0a691618c34b202.