Commit 550bbed349603ca51e131fe6d5b4b079983ca754

Authored by Carlos Rebelato
1 parent 4081bf89
Exists in master

alterações de versão para instalação

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
FAQTag.sopm
1 1 <?xml version="1.0" encoding="utf-8" ?>
2 2 <otrs_package version="1.0">
3 3 <Name>FAQTag</Name>
4   - <Version>1.0</Version>
  4 + <Version>1.1</Version>
5 5 <Vendor>SeTIC</Vendor>
6 6 <URL>http://setic.ufsc.br</URL>
7 7 <License>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</License>
8 8 <ChangeLog Date="2013-03-19 9:17:53" Version="1.0">Módulo criado.</ChangeLog>
9 9 <Description Lang="pt_BR">Cadastro de tags para gerar links dinâmicos e reduzidos para as categorias da FAQ.</Description>
10   - <Framework>3.3.x</Framework>
  10 + <Framework>3.x.x</Framework>
11 11 <IntroInstall Lang="pt_BR" Title="Instalado!" Type="post">Módulo de tags instalado.</IntroInstall>
12 12 <BuildDate>?</BuildDate>
13 13 <BuildHost>?</BuildHost>
... ... @@ -21,7 +21,7 @@
21 21 <File Location="Kernel/Config/Files/FAQTag.xml" Permission="644"/>
22 22 </Filelist>
23 23 <DatabaseInstall>
24   - <TableCreate Type="post" Name="faq_tag">
  24 + <TableCreate Name="faq_tag">
25 25 <Column AutoIncrement="true" Name="id" PrimaryKey="true" Required="true" Size="10" Type="INT"></Column>
26 26 <Column Name="category_id" Required="true" Size="10" Type="INT"></Column>
27 27 <Column Name="tag" Required="true" Size="20" Type="VARCHAR"></Column>
... ...