]> git.llucax.com Git - mecon/ai.git/blob - sql/secciones_censuradas.sql
Se agrega el checkbox para abrir en ventana nueva.
[mecon/ai.git] / sql / secciones_censuradas.sql
1 -- vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
2 -- +--------------------------------------------------------------------+
3 -- |                      Ministerio de Economía                        |
4 -- |                  AI (Administrador de Intranet)                    |
5 -- +--------------------------------------------------------------------+
6 -- | This file is part of AI.                                           |
7 -- |                                                                    |
8 -- | AI is free software; you can redistribute it and/or modify         |
9 -- | it under the terms of the GNU General Public License as published  |
10 -- | by the Free Software Foundation; either version 2 of the License,  |
11 -- | or (at your option) any later version.                             |
12 -- |                                                                    |
13 -- | AI is distributed in the hope that it will be useful, but          |
14 -- | WITHOUT ANY WARRANTY; without even the implied warranty of         |
15 -- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
16 -- | General Public License for more details.                           |
17 -- |                                                                    |
18 -- | You should have received a copy of the GNU General Public License  |
19 -- | along with Hooks; if not, write to the Free Software Foundation,   |
20 -- | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
21 -- +--------------------------------------------------------------------+
22 -- | Creado: mar nov 06 13:56:49 ART 2003                               |
23 -- | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                    |
24 -- +--------------------------------------------------------------------+
25 --
26 -- $Id$
27 --
28
29 CREATE TABLE secciones_censuradas (
30     seccion INTEGER NOT NULL PRIMARY KEY
31 );