bahnzumberg / zuugle-api

Public repositority for backend components of www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
2 stars 3 forks source link

Itinerary detail 3: Old columns in api not updated anymore #88

Closed martinheppner closed 2 months ago

martinheppner commented 7 months ago

Image

Falsal commented 7 months ago

If 4 and 5 are complete then this becomes basically an alteration inside sync.js only . update: steps 4 and 5 are complete @martinheppner : would you like to remove the 4 columns from the sync.js and database.sql now?

martinheppner commented 7 months ago

We can check, if they can be removed by updating the UAT database with this:

UPDATE fahrplan
SET
connection_description='SHOULD NOT BE VISIBLE: connection_description',
connection_description_detail='SHOULD NOT BE VISIBLE: connection_description_detail',
return_description='SHOULD NOT BE VISIBLE: return_description',
return_description_detail='SHOULD NOT BE VISIBLE: return_description_detail'
martinheppner commented 4 months ago

@Falsal isn't this already done? I think it is. If yes, please close the ticket. Thank you.