~ubuntu-branches/ubuntu/karmic/apgdiff/karmic

« back to all changes in this revision

Viewing changes to src/test/resources/cz/startnet/utils/pgdiff/loader/schema_4.sql

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-09 15:42:54 UTC
  • Revision ID: james.westby@ubuntu.com-20080909154254-458sv7ew1rczdal1
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE call_logs (
 
2
    id bigint NOT NULL
 
3
);
 
4
 
 
5
ALTER TABLE call_logs ALTER COLUMN id SET DEFAULT
 
6
nextval('call_logs_id_seq'::regclass);
 
 
b'\\ No newline at end of file'