mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
2 lines
110 B
SQL
2 lines
110 B
SQL
alter table sandbox add column revision int default 1;
|
|
alter table sandbox add index revision (url, revision); |