diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-13 02:08:22 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-13 02:08:22 +0100 |
commit | 5d5bc05b389a76d604ff24f1326da87343a2ce7a (patch) | |
tree | e6c6d62f9969cc86e7adf1c3e874f8a770d2508e /system/language/english/migration_lang.php | |
parent | 98e46cf96447a2a6448d8dc984948a8694dbf747 (diff) | |
parent | 93f989bcc3e7b32a3e95e7dfca8f8bd9f544b4f8 (diff) |
Merge pull request #1949 from compwright/develop
Added support for timestamp-based migrations
Diffstat (limited to 'system/language/english/migration_lang.php')
-rw-r--r-- | system/language/english/migration_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/migration_lang.php b/system/language/english/migration_lang.php index 714a1e304..689a72952 100644 --- a/system/language/english/migration_lang.php +++ b/system/language/english/migration_lang.php @@ -28,6 +28,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['migration_none_found'] = 'No migrations were found.'; $lang['migration_not_found'] = 'No migration could be found with the version number: %d.'; +$lang['migration_sequence_gap'] = 'There is a gap in the migration sequence near version number: %d.'; $lang['migration_multiple_version'] = 'There are multiple migrations with the same version number: %d.'; $lang['migration_class_doesnt_exist'] = 'The migration class "%s" could not be found.'; $lang['migration_missing_up_method'] = 'The migration class "%s" is missing an "up" method.'; |