1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-05-19 20:36:40 +02:00
friendica-docker/src/sql/migrations/up/0006.sql
Hypolite Petovan ca0bb09f81 [Database v0006] Drop unused server.path field
- Fix "Field 'path' doesn't have a default value" errors
2020-09-26 17:06:40 -04:00

4 lines
56 B
PL/PgSQL

BEGIN;
ALTER TABLE `server` DROP COLUMN `path`;
COMMIT;