aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
70 stars 43 forks source link

Remove time_of_death attribute from Data Provider #1381

Closed MontrealSergiy closed 4 months ago

MontrealSergiy commented 4 months ago

see #1373

prioux commented 4 months ago

You schema update changes the collation character set for the tables, please don't do that. Ensure that your DB is using the proper collation keywords before you run your migration so that it doesnt' change (You'll probably have to update manually your tables with a alter table command in your SQL client)

MontrealSergiy commented 4 months ago

the collation is corrected

prioux commented 4 months ago

This PR is fine.