EVE-Tools / element43

Market, Trade and Industry Manager for EVE Online
BSD 3-Clause "New" or "Revised" License
82 stars 25 forks source link

empty DB Tables #31

Closed Barbers closed 10 years ago

Barbers commented 11 years ago

The table 'api_skill' and 'api_skillgroup' are empty and this generate 'violates foreign key constraint' if I insert an new api key.

zweizeichen commented 11 years ago

Let the celery worker run for a while. It will automatically fetch the current skills then.

Alternatively you can use this SQL snippet: https://gist.github.com/zweizeichen/6368465