stefanproell / flughafendb

The Flughafen DB repository containing a large MySQL data set for training, learning and testing
25 stars 6 forks source link

Some department names are still in German for the English version #9

Closed fortunewalla closed 12 months ago

fortunewalla commented 2 years ago

In this file

https://github.com/stefanproell/flughafendb/blob/master/english/flughafendb_schema_en.sql

in line 168

`department` enum('Marketing','Buchhaltung','Management','Logistik','Flugfeld') DEFAULT NULL,

Perhaps a script to change all over the whole English database would be needed.

woolfg commented 2 years ago

yup, that is true. @fortunewalla, do you want to create a PR including some update queries to improve the dataset?

fortunewalla commented 2 years ago

yup, that is true. @fortunewalla, do you want to create a PR including some update queries to improve the dataset?

I've created a fork and am working on it. I will try to put the PR once I am sure it working in my fork. Thanks for the support. 👍🏼