pastebin/migrations/2019-11-03-163608_rename-perl-6/up.sql

2 lines
84 B
MySQL
Raw Normal View History

2019-11-03 16:37:49 +00:00
UPDATE languages SET name = 'Raku', identifier = 'raku' WHERE identifier = 'perl6';