mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14771] Add webm file extension to schema
PHPBB3-14771
This commit is contained in:
parent
a50de57dc4
commit
77f46656d2
1 changed files with 1 additions and 0 deletions
|
@ -847,6 +847,7 @@ INSERT INTO phpbb_extensions (group_id, extension) VALUES (6, 'mp3');
|
|||
INSERT INTO phpbb_extensions (group_id, extension) VALUES (6, 'wav');
|
||||
INSERT INTO phpbb_extensions (group_id, extension) VALUES (6, 'm4a');
|
||||
INSERT INTO phpbb_extensions (group_id, extension) VALUES (6, 'ogg');
|
||||
INSERT INTO phpbb_extensions (group_id, extension) VALUES (6, 'webm');
|
||||
|
||||
# Add default profile fields
|
||||
INSERT INTO phpbb_profile_fields (field_name, field_type, field_ident, field_length, field_minlen, field_maxlen, field_novalue, field_default_value, field_validation, field_required, field_show_novalue, field_show_on_reg, field_show_on_pm, field_show_on_vt, field_show_on_ml, field_show_profile, field_hide, field_no_view, field_active, field_order, field_is_contact, field_contact_desc, field_contact_url) VALUES ('phpbb_location', 'profilefields.type.string', 'phpbb_location', '20', '2', '100', '', '', '.*', 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, '', '');
|
||||
|
|
Loading…
Add table
Reference in a new issue