Created
December 11, 2010 19:41
-
-
Save r38y/737603 to your computer and use it in GitHub Desktop.
Notices from Postgres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTICE: CREATE TABLE will create implicit sequence "announcements_id_seq" for serial column "announcements.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "announcements_pkey" for table "announcements" | |
NOTICE: CREATE TABLE will create implicit sequence "comments_id_seq" for serial column "comments.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "comments_pkey" for table "comments" | |
NOTICE: CREATE TABLE will create implicit sequence "delayed_jobs_id_seq" for serial column "delayed_jobs.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "delayed_jobs_pkey" for table "delayed_jobs" | |
NOTICE: CREATE TABLE will create implicit sequence "email_reminder_templates_id_seq" for serial column "email_reminder_templates.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "email_reminder_templates_pkey" for table "email_reminder_templates" | |
NOTICE: CREATE TABLE will create implicit sequence "friends_id_seq" for serial column "friends.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "friends_pkey" for table "friends" | |
NOTICE: CREATE TABLE will create implicit sequence "incentives_id_seq" for serial column "incentives.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "incentives_pkey" for table "incentives" | |
NOTICE: CREATE TABLE will create implicit sequence "notes_id_seq" for serial column "notes.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "notes_pkey" for table "notes" | |
NOTICE: CREATE TABLE will create implicit sequence "plans_id_seq" for serial column "plans.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "plans_pkey" for table "plans" | |
NOTICE: CREATE TABLE will create implicit sequence "purchases_id_seq" for serial column "purchases.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "purchases_pkey" for table "purchases" | |
NOTICE: CREATE TABLE will create implicit sequence "scheduled_messages_id_seq" for serial column "scheduled_messages.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "scheduled_messages_pkey" for table "scheduled_messages" | |
NOTICE: CREATE TABLE will create implicit sequence "sms_reminder_templates_id_seq" for serial column "sms_reminder_templates.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "sms_reminder_templates_pkey" for table "sms_reminder_templates" | |
NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users" | |
NOTICE: CREATE TABLE will create implicit sequence "voice_reminder_templates_id_seq" for serial column "voice_reminder_templates.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "voice_reminder_templates_pkey" for table "voice_reminder_templates" | |
NOTICE: CREATE TABLE will create implicit sequence "weigh_ins_id_seq" for serial column "weigh_ins.id" | |
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "weigh_ins_pkey" for table "weigh_ins" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment