lovi-cloud / satelit

Control Plane for lovi-cloud
MIT License
2 stars 0 forks source link

implement europa multi backend #67

Closed whywaita closed 4 years ago

whywaita commented 4 years ago
ALTER TABLE volume ADD backend_name VARCHAR(255) NOT NULL;
UPDATE volume SET backend_name = "xxx";