diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-17 01:37:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 01:37:03 +0100 |
commit | b07906bdb0127cd73662506b519183cc51a2758e (patch) | |
tree | d0cbbbc9fbcdd7ee2f0411b185613a493408c656 /db/schema.rb | |
parent | 779efc7656a5ad938324425f09a539c917cf6cfa (diff) |
Fix wrong language code for Kurdish languages (#17812)
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 73a07079d..c92f2d1c5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2022_03_10_060959) do +ActiveRecord::Schema.define(version: 2022_03_16_233212) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |