diff options
| author | Vlatka Pavisic | 2017-03-22 14:13:39 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-03-22 14:13:39 +0100 | 
| commit | 3c97164c390c3001f656d174b80f8a87d57d60ef (patch) | |
| tree | 5572593d33c57113cb3fd1252ec5eed0a062fbd4 /db/schema.rb | |
| parent | 840241c12211a5e46e5c38cc2007339d9e00c02f (diff) | |
| download | chouette-core-3c97164c390c3001f656d174b80f8a87d57d60ef.tar.bz2 | |
Refs #2912 : Drop translations cascade
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/db/schema.rb b/db/schema.rb index 027079611..afa8d08b9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@  #  # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20170322075010) do +ActiveRecord::Schema.define(version: 20170322131100) do    # These are extensions that must be enabled in order to support this database    enable_extension "plpgsql" | 
