Semaphore/db/sql/migrations/v2.7.4.sql

2 lines
68 B
MySQL
Raw Normal View History

2021-08-24 17:20:34 +02:00
alter table `event` add `user_id` int null references `user`(`id`);