mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
5 lines
71 B
MySQL
5 lines
71 B
MySQL
|
begin;
|
||
|
|
||
|
alter table if exists "pastes" drop column "metadata";
|
||
|
|
||
|
commit;
|