I'm having issues with the database when I run my tests. The tests
seem to run ok, however I get the following output... The app name is
cavcomcon.

NOTICE: drop cascades to table schema_info
NOTICE: drop cascades to table units
NOTICE: drop cascades to default for table units column id
NOTICE: drop cascades to table ucors
NOTICE: drop cascades to default for table ucors column id
NOTICE: drop cascades to table task_forces
NOTICE: drop cascades to default for table task_forces column id
NOTICE: drop cascades to table strikes_task_forces
NOTICE: drop cascades to default for table strikes_task_forces column
id
NOTICE: drop cascades to table sections
NOTICE: drop cascades to default for table sections column id
NOTICE: drop cascades to table sculptors
NOTICE: drop cascades to default for table sculptors column id
NOTICE: drop cascades to table "rows"
NOTICE: drop cascades to default for table "rows" column id
NOTICE: drop cascades to table row_types
NOTICE: drop cascades to default for table row_types column id
NOTICE: drop cascades to table players
NOTICE: drop cascades to default for table players column id
NOTICE: drop cascades to table move_types
NOTICE: drop cascades to default for table move_types column id
NOTICE: drop cascades to table models
NOTICE: drop cascades to default for table models column id
NOTICE: drop cascades to table model_types
NOTICE: drop cascades to default for table model_types column id
NOTICE: drop cascades to table model_roles
NOTICE: drop cascades to default for table model_roles column id
NOTICE: drop cascades to table games
NOTICE: drop cascades to default for table games column id
NOTICE: drop cascades to table feedbacks
NOTICE: drop cascades to default for table feedbacks column id
NOTICE: drop cascades to table feedback_types
NOTICE: drop cascades to default for table feedback_types column id
NOTICE: drop cascades to table factions
NOTICE: drop cascades to default for table factions column id
NOTICE: drop cascades to table extras
NOTICE: drop cascades to default for table extras column id
NOTICE: drop cascades to table commanders
NOTICE: drop cascades to default for table commanders column id
NOTICE: table "commanders" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "commanders_id_seq"
for serial column "commanders.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"commanders_pkey" for table "commanders"
NOTICE: table "extras" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "extras_id_seq" for
serial column "extras.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"extras_pkey" for table "extras"
NOTICE: table "factions" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "factions_id_seq"
for serial column "factions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"factions_pkey" for table "factions"
NOTICE: table "feedback_types" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence
"feedback_types_id_seq" for serial column "feedback_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"feedback_types_pkey" for table "feedback_types"
NOTICE: table "feedbacks" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "feedbacks_id_seq"
for serial column "feedbacks.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"feedbacks_pkey" for table "feedbacks"
NOTICE: table "games" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "games_id_seq" for
serial column "games.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"games_pkey" for table "games"
NOTICE: table "model_roles" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence
"model_roles_id_seq" for serial column "model_roles.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"model_roles_pkey" for table "model_roles"
NOTICE: table "model_types" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence
"model_types_id_seq" for serial column "model_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"model_types_pkey" for table "model_types"
NOTICE: table "models" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "models_id_seq" for
serial column "models.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"models_pkey" for table "models"
NOTICE: table "move_types" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "move_types_id_seq"
for serial column "move_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"move_types_pkey" for table "move_types"
NOTICE: table "players" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "players_id_seq"
for serial column "players.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"players_pkey" for table "players"
NOTICE: table "row_types" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "row_types_id_seq"
for serial column "row_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"row_types_pkey" for table "row_types"
NOTICE: table "rows" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "rows_id_seq" for
serial column "rows.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"rows_pkey" for table "rows"
NOTICE: table "sculptors" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "sculptors_id_seq"
for serial column "sculptors.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"sculptors_pkey" for table "sculptors"
NOTICE: table "sections" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "sections_id_seq"
for serial column "sections.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"sections_pkey" for table "sections"
NOTICE: table "strikes_task_forces" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence
"strikes_task_forces_id_seq" for serial column
"strikes_task_forces.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"strikes_task_forces_pkey" for table "strikes_task_forces"
NOTICE: table "task_forces" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence
"task_forces_id_seq" for serial column "task_forces.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"task_forces_pkey" for table "task_forces"
NOTICE: table "ucors" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "ucors_id_seq" for
serial column "ucors.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"ucors_pkey" for table "ucors"
NOTICE: table "units" does not exist, skipping
NOTICE: CREATE TABLE will create implicit sequence "units_id_seq" for
serial column "units.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"units_pkey" for table "units"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to