diff options
author | marijus <mario@mariovavti.com> | 2015-01-24 12:23:26 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-24 12:23:26 +0100 |
commit | ed09513bb26f0487e44065c90f3e7d7801d0ac68 (patch) | |
tree | b9de4ccd664055d30456add0a62b8a1e59dd8b48 /install/schema_postgres.sql | |
parent | e4e990df06ef64dd08bdd6e6a78bf461dc97cc19 (diff) | |
parent | 146efbc18e95b7f008b683e436c0f0f2fd7db2a1 (diff) | |
download | volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.gz volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.bz2 volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index a1b5a76fb..8539e672d 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -7,6 +7,7 @@ CREATE TABLE "abook" ( "abook_their_perms" bigint NOT NULL DEFAULT '0', "abook_closeness" numeric(3) NOT NULL DEFAULT '99', "abook_rating" bigint NOT NULL DEFAULT '0', + "abook_rating_text" TEXT NOT NULL DEFAULT '', "abook_created" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', "abook_updated" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', "abook_connected" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', @@ -1142,6 +1143,7 @@ CREATE TABLE "xlink" ( "xlink_xchan" text NOT NULL DEFAULT '', "xlink_link" text NOT NULL DEFAULT '', "xlink_rating" bigint NOT NULL DEFAULT '0', + "xlink_rating_text" TEXT NOT NULL DEFAULT '', "xlink_updated" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', PRIMARY KEY ("xlink_id") ); |