1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

remove not needed file instance.txt

This commit is contained in:
Yalh 2019-01-22 14:20:19 +01:00
parent 3fdecd630b
commit cc491b9e89

View file

@ -1,22 +0,0 @@
INSERT INTO instances (
public_domain,
name,
local,
long_description,
short_description,
default_license,
open_registrations,
short_description_html,
long_description_html
) VALUES (
domain_name,
instance_name,
't',
'',
'',
'CC-0',
't',
'',
''
);