Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / pl-PL / mandatory / message_transport_types.sql
1 INSERT INTO message_transport_types
2 (message_transport_type)
3 values
4 ('email'),
5 ('sms');