golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Fix component-service "add component type" sqlite migration #997

Closed noise64 closed 1 month ago

noise64 commented 1 month ago

Sqlite does not support "IF NOT EXISTS", and we do have a migration table for checks, so let's drop it.