Skip to content
Snippets Groups Projects
Commit c890a007 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #107346 by asaddi: postgresql fix.

parent aae03395
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -681,7 +681,6 @@ function system_install() { ...@@ -681,7 +681,6 @@ function system_install() {
db_query("CREATE TABLE {boxes} ( db_query("CREATE TABLE {boxes} (
bid serial, bid serial,
title varchar(64) NOT NULL default '',
body text, body text,
info varchar(128) NOT NULL default '', info varchar(128) NOT NULL default '',
format smallint NOT NULL default '0', format smallint NOT NULL default '0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment