mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
remove language_id column from language_strings table
This commit is contained in:
@@ -14,7 +14,6 @@ class CreateLanguageStrings extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('language_strings', function (Blueprint $table) {
|
||||
$table->uuid('language_id');
|
||||
$table->string('key');
|
||||
$table->longText('value');
|
||||
$table->string('lang');
|
||||
|
||||
Reference in New Issue
Block a user