summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-06 20:01:27 -0400
committerDavid Gay <david@davidgay.org>2021-04-06 20:01:27 -0400
commitbf4912554058164fabd410b3082b6aa53e7ed026 (patch)
tree24548647d3b6de7b7287dbe90958ee3eda9c665d /db/schema.rb
parent1d3c909a2fe818935afc7b4b60ea31c2cf3852fd (diff)
PTU frequencies
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 3e9fd9d..af23532 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,11 +10,17 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 2021_04_06_234544) do
+ActiveRecord::Schema.define(version: 2021_04_06_235514) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
+ create_table "ptu_frequencies", force: :cascade do |t|
+ t.string "name"
+ t.datetime "created_at", precision: 6, null: false
+ t.datetime "updated_at", precision: 6, null: false
+ end
+
create_table "ptu_types", force: :cascade do |t|
t.string "name"
t.datetime "created_at", precision: 6, null: false