gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: remove AS integer f


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: remove AS integer for Postgres backwards-commpatibility of the dump
Date: Thu, 05 Sep 2019 12:06:24 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4831e7ac remove AS integer for Postgres backwards-commpatibility of 
the dump
4831e7ac is described below

commit 4831e7ac76d0f298c35bc340b652c27254290b28
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 12:06:16 2019 +0200

    remove AS integer for Postgres backwards-commpatibility of the dump
---
 src/benchmark/auditor-basedb.sql | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/benchmark/auditor-basedb.sql b/src/benchmark/auditor-basedb.sql
index 90c292c7..ee4144e3 100644
--- a/src/benchmark/auditor-basedb.sql
+++ b/src/benchmark/auditor-basedb.sql
@@ -99,7 +99,6 @@ CREATE TABLE public.app_bankaccount (
 --
 
 CREATE SEQUENCE public.app_bankaccount_account_no_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -134,7 +133,6 @@ CREATE TABLE public.app_banktransaction (
 --
 
 CREATE SEQUENCE public.app_banktransaction_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -431,7 +429,6 @@ CREATE TABLE public.auth_group (
 --
 
 CREATE SEQUENCE public.auth_group_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -462,7 +459,6 @@ CREATE TABLE public.auth_group_permissions (
 --
 
 CREATE SEQUENCE public.auth_group_permissions_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -494,7 +490,6 @@ CREATE TABLE public.auth_permission (
 --
 
 CREATE SEQUENCE public.auth_permission_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -544,7 +539,6 @@ CREATE TABLE public.auth_user_groups (
 --
 
 CREATE SEQUENCE public.auth_user_groups_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -564,7 +558,6 @@ ALTER SEQUENCE public.auth_user_groups_id_seq OWNED BY 
public.auth_user_groups.i
 --
 
 CREATE SEQUENCE public.auth_user_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -595,7 +588,6 @@ CREATE TABLE public.auth_user_user_permissions (
 --
 
 CREATE SEQUENCE public.auth_user_user_permissions_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -630,7 +622,6 @@ CREATE TABLE public.channels (
 --
 
 CREATE SEQUENCE public.channels_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -815,7 +806,6 @@ CREATE TABLE public.django_content_type (
 --
 
 CREATE SEQUENCE public.django_content_type_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -847,7 +837,6 @@ CREATE TABLE public.django_migrations (
 --
 
 CREATE SEQUENCE public.django_migrations_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE
@@ -1500,7 +1489,6 @@ CREATE TABLE public.slaves (
 --
 
 CREATE SEQUENCE public.slaves_id_seq
-    AS integer
     START WITH 1
     INCREMENT BY 1
     NO MINVALUE

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]