mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
comment out non functional migration (#13111)
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
name = "Remove flavor text"
|
||||
|
||||
/datum/migration/sqlite/ss13_prefs/_007/up()
|
||||
if(!hasColumn("client","flavor_text"))
|
||||
return execute("ALTER TABLE `client` DROP COLUMN flavor_text")
|
||||
// DROP COLUMN doesn't actually exist in sqlite so this needs some fuckery to actually get functional
|
||||
// if(!hasColumn("client","flavor_text"))
|
||||
// return execute("ALTER TABLE `client` DROP COLUMN flavor_text")
|
||||
return TRUE
|
||||
|
||||
/datum/migration/sqlite/ss13_prefs/_007/down()
|
||||
|
||||
Reference in New Issue
Block a user