Page MenuHomePhabricator

No OneTemporary

This document is not UTF8. It was detected as ISO-8859-1 (Latin 1) and converted to UTF8 for display.
diff --git a/resource/dm_version.sql b/resource/dm_version.sql
--- a/resource/dm_version.sql
+++ b/resource/dm_version.sql
@@ -1,23 +1,25 @@
set names 'WIN1251';
create sequence seq_dm_version;
create table dm_version (
id INT4 not null default nextval('seq_dm_version'),
revision INT4 not null,
package_id VARCHAR(128) not null,
comment TEXT null default '',
gen_date DATE not null,
constraint PK_DM_VERSION primary key (id)
);
comment on table dm_version is 'Òàáëèöà èçìåíåíèé ÁÄ';
comment on column dm_version.id is 'Èäåíòèôèêàòîð';
comment on column dm_version.revision is 'Íîìåð ðåâèçèè ÁÄ';
comment on column dm_version.package_id is 'Èäåíòèôèêàòîð ïàêåòà';
comment on column dm_version.comment is 'Êîììåíòàðèé';
comment on column dm_version.gen_date is 'Äàòà çàãðóçêè';
+
+grant select on table dm_version to public;

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jul 29, 5:35 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
139587

Event Timeline