Conjunto de mudanças 6560 no repositório publico
- Timestamp:
- 28/06/2012 14:43:08 (9 anos atrás)
- Arquivo:
-
- 1 editado
Legenda:
- Não Modificado
- Adicionado
- Removido
-
ILSAPL/branches/2.5/instalacao/sapl.sql
r6192 r6560 508 508 `nom_documento` varchar(30) NOT NULL DEFAULT '', 509 509 `nom_arquivo` varchar(100) NOT NULL DEFAULT '', 510 `dat_documento` date DEFAUL T NULL,510 `dat_documento` date DEFAULGT NULL, 511 511 `nom_autor_documento` varchar(50) DEFAULT NULL, 512 512 `txt_assunto` text, … … 573 573 /*!40101 SET character_set_client = utf8 */; 574 574 CREATE TABLE `expediente_materia` ( 575 `cod_ordem ` int(11) NOT NULL AUTO_INCREMENT,575 `cod_ordem_exp` int(11) NOT NULL AUTO_INCREMENT, 576 576 `cod_sessao_plen` int(11) NOT NULL, 577 577 `cod_materia` int(11) NOT NULL, … … 582 582 `txt_resultado` text, 583 583 `tip_votacao` int(11) unsigned NOT NULL, 584 PRIMARY KEY (`cod_ordem `),584 PRIMARY KEY (`cod_ordem_exp`), 585 585 KEY `fk_{64030C9E-B34B-43F0-BF6E-8905767BA707}` (`cod_materia`), 586 586 KEY `idx_exped_datord` (`dat_ordem`,`ind_excluido`) … … 1460 1460 `tip_resultado_votacao` int(10) unsigned NOT NULL, 1461 1461 `cod_materia` int(11) NOT NULL, 1462 `cod_ordem` int(11) NOT NULL,1462 `cod_ordem` int(11) default null, 1463 1463 `num_votos_sim` tinyint(4) unsigned NOT NULL, 1464 1464 `num_votos_nao` tinyint(4) unsigned NOT NULL, … … 1466 1466 `txt_observacao` text, 1467 1467 `ind_excluido` tinyint(4) unsigned NOT NULL, 1468 `cod_ordem_exp` int(11) default null, 1468 1469 PRIMARY KEY (`cod_votacao`), 1469 1470 KEY `fk_{70A39BB5-1A1F-4A39-A420-60F127A58F27}` (`cod_ordem`), 1471 KEY `fk_expediente_materia` (`cod_ordem_exp`), 1470 1472 KEY `fk_{32117E29-146C-4C59-A7DA-23DE5E48C69D}` (`cod_materia`), 1471 1473 KEY `fk_{5BE62220-4750-4C6B-91FC-F1007F222354}` (`tip_resultado_votacao`)
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.