Your IP : 172.70.80.239


Current Path : /var/www/element/data/www/wiki.element.ru/maintenance/postgres/archives/
Upload File :
Current File : /var/www/element/data/www/wiki.element.ru/maintenance/postgres/archives/patch-module_deps.sql

CREATE TABLE module_deps (
	md_module 	TEXT NOT NULL,
	md_skin		TEXT NOT NULL,
	md_deps		TEXT NOT NULL
);

CREATE UNIQUE INDEX md_module_skin ON module_deps (md_module, md_skin);