This website requires JavaScript.
Explore
Help
Sign In
aitzol
/
Plume
Watch
1
Star
0
Fork
0
You've already forked Plume
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
signature
Plume
/
migrations
/
postgres
/
2021-09-08-131154_instances_add_keys
/
down.sql
3 lines
93 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Add private_key and public_key fields to instances table
2021-09-08 15:14:44 +02:00
ALTER
TABLE
instances
DROP
COLUMN
private_key
;
ALTER
TABLE
instances
DROP
COLUMN
public_key
;
Reference in New Issue
Copy Permalink