mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Fix migration
This commit is contained in:
@@ -8,7 +8,7 @@ export default class Translations extends BaseSchema {
|
||||
table.increments('id')
|
||||
table.string('code').notNullable()
|
||||
table.string('french').defaultTo('Traduction manquante')
|
||||
table.string('code').defaultTo('Missing translation')
|
||||
table.string('english').defaultTo('Missing translation')
|
||||
table.timestamps(true, true)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user